ApplicationContext with a Bean declared with an autowire dependency to HttpServletRequest (the used ApplicationContext is a little bit more complex). For a non embedded environment (Tomcat deployment) ...
ESAPI Validation is dependent on HttpServletRequest. This might be fine when running in a servlet container, but not for unit tests. Our application is split into three different projects, a thin web ...