On 9/20/07, Neelam Kumar Sharma <neelam_sharma@xxxxxxxxxxxxxxxx> wrote: > Setup Details:- An Apache/1.3.27(Win32) mod_ssl/2.8.12 OpenSSL/0.9.6d Ouch Ouch Ouch. 1.3.27 is an ancient version, and shouldn't be used. This is especially true on windows, where the 1.3 series has many problems. All bets are off. > Filetr Implementation:- Filetr forces the 302 response to any GET requets > for a file residing in a particular folder inside the server root htdocs. > Filter sets the Content-lenght to 0 and Location to an another html file Why are you monkeying with Content-Length? That could very-well be the cause of your problems, since Content-Length is not typically zero on redirects. There is usually some text passed in case the auto redirect doesn't work. Just emit the Location header and apache will take care of the content-length. (I can't guarantee that this is the cause of your problem, but certainly if you feed the wrong content-length to the browser, that can cause requests to get mixed up.) Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx