https://bz.apache.org/bugzilla/show_bug.cgi?id=37466
Jeremy Boynes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Version|unspecified |1.2.1 Resolution|FIXED |--- --- Comment #10 from Jeremy Boynes <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
