https://bz.apache.org/bugzilla/show_bug.cgi?id=37466

Jeremy Boynes <jboy...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|unspecified                 |1.2.1
         Resolution|FIXED                       |---

--- Comment #10 from Jeremy Boynes <jboy...@apache.org> ---
The patch in r495005 attempts to address this by wrapping the
HttpServletRequest and overriding the getMethod() call to always return GET.

The works on Tomcat when importing a static resource as it causes the
DefaultServlet to return content (when the method is HEAD DefaultServlet always
returns no content). However, it breaks other servlets that may rely on the
method, for example, a servlet that overrides doPost().

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to