RE: GET request instead of POST

2006-01-03 Thread khan.sajid
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

RE: GET request instead of POST

2006-01-01 Thread khan.sajid
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)

GET request instead of POST

2005-12-30 Thread khan.sajid
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