POST data lost when switching URL using mod_rewrite and mod_jk

2007-09-06 Thread Michael Böckling
Hi folks! I Have the following setup: Apache/2.2.4 mod_ssl/2.2.4 mod_jk/1.2.25 mod_rewrite (?) Apache Tomcat 5.5.23 Browser == Apache + mod_rewrite == mod_jk == Tomcat This is a Linux machine, and mod_rewrite is used to switch to SSL on certain URLs. Problem: the POST data is lost

Re: POST data lost when switching URL using mod_rewrite and mod_jk

2007-09-06 Thread Mikolaj Rydzewski
Michael Böckling wrote: http page = form post to http url = rewrite url to https, switch to SSL = display https url What do you mean by 'rewrite url to https, switch to SSL '? Do you send HTTP redirect? If so, POST data is obviously lost. In other case, if you do not send redirect, why do

RE: POST data lost when switching URL using mod_rewrite and mod_jk

2007-09-06 Thread Michael Böckling
06, 2007 4:35 PM To: Tomcat Users List Subject: Re: POST data lost when switching URL using mod_rewrite and mod_jk Example from http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html 10.3.2 301 Moved Permanently The requested resource has been assigned a new permanent URI and any

Re: POST data lost when switching URL using mod_rewrite and mod_jk

2007-09-06 Thread Rainer Jung
! Regards, Michael -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 4:35 PM To: Tomcat Users List Subject: Re: POST data lost when switching URL using mod_rewrite and mod_jk Example from http://www.w3.org/Protocols/rfc2616/rfc2616-sec10

RE: POST data lost when switching URL using mod_rewrite and mod_jk

2007-09-06 Thread Michael Böckling
switching URL using mod_rewrite and mod_jk Example from http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html 10.3.2 301 Moved Permanently The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one

RE: POST data lost when switching URL using mod_rewrite and mod_jk

2007-09-06 Thread fredk2
] -- View this message in context: http://www.nabble.com/POST-data-lost-when-switching-URL-using-mod_rewrite-and-mod_jk-tf4392318.html#a12527470 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic

RE: POST data lost when switching URL using mod_rewrite and mod_jk

2007-09-06 Thread Michael Böckling
for your help, Michael Böckling -Original Message- From: fredk2 [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 7:30 PM To: users@tomcat.apache.org Subject: RE: POST data lost when switching URL using mod_rewrite and mod_jk The mod_rewrites encoding can be changed