[
https://issues.apache.org/jira/browse/GERONIMO-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485667
]
Paul McMahan commented on GERONIMO-2841:
----------------------------------------
Section 9.10 of the 2.4 servlet specification says that requests to /foo should
be redirected to /foo/. This prompted Tomcat to remove the code that makes
this redirect behavior optional, see
http://svn.apache.org/viewvc?view=rev&revision=298787
So it looks our best option is to alter the client so that it uses POST instead
of GET when following a redirect.
> Valve reports request method as GET even though POST request was made
> ---------------------------------------------------------------------
>
> Key: GERONIMO-2841
> URL: https://issues.apache.org/jira/browse/GERONIMO-2841
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Tomcat
> Reporter: Jarek Gawor
> Assigned To: Paul McMahan
>
> The Request of EJBWebServiceValve in Tomcat return the request method as GET
> even though POST request was sent. In similar class in Jetty the request
> method is reported correctly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.