I came to know from one of my collegue that sometimes Apache redirects
a POST request to GET. Does anybody some more information on what cases
the Apache does so. Please let me know
Thanks
Sajid
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Monday, January 02, 200
Any help on this ? , resending since I did not any replies
Hi All,
We are using Apache as the web server and tomcat as the servlet
container using mod_jk.From the applets we are making HttpURLConnection
to a servlet using POST method ( we set using setRequestMethod("POST")
of HttpURLConnection)
Hi All,
We are using Apache as the web server and tomcat as the servlet
container using mod_jk.From the applets we are making HttpURLConnection
to a servlet using POST method ( we set using setRequestMethod("POST")
of HttpURLConnection).
In the servlet,we have implemented the doPost method and in