[
https://issues.apache.org/jira/browse/GERONIMO-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477451
]
Jarek Gawor commented on GERONIMO-2841:
---------------------------------------
Use testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb tests. Disable
testWSDL(), and testEJB() test cases from JaxWSTest. Setup a breakpoint in
EJBWebServiceValve and examine the request method. The test case might itself
fail but at least the request method should be POST.
> 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
>
> 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.