[Geoserver-devel] [jira] Created: (GEOS-4467) advanced dispatch filter causes failure on tomcat 7

advanced dispatch filter causes failure on tomcat 7
---------------------------------------------------

                 Key: GEOS-4467
                 URL: http://jira.codehaus.org/browse/GEOS-4467
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 2.1-RC4
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira
            Priority: Critical

The AdvancedDispatchFilter creates a request wrapper that implements directly HttpServletRequest. This causes issues because it is written against an older version of the servlet api and tomcat 7 requires methods in the 3.0 api.

We need to change that class to extend HttpServletRequestWrapper instead. And the version at runtime will have the necessary methods.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira