Hi all,
I am using the latest stable version of Tomcat Embedded. I have a
question regarding how redirect works for a servlet.
My servlet mapping name is "RexaRetrieval". The basic problem I was
having is that when I send a POST request, the HttpServletRequest
always says it is a GET.
If th
Tomcat should pass it to your Servlet.
Your research into this problem is admirable, but it has been discussed at
great length on [EMAIL PROTECTED], so don't waste your time posting to BZ: It
will be immediately closed as WONTFIX, since doing what you want would break
very many mor
One final thing in case anyone else is interested... it looks like Java
does the wrong thing and converts POST to GET on a redirect by default.
However, you can set the system property "http.strictPostRedirect" in
Java and then this will use POST for a redirect.
Rich
Rich Giuli w