Do you set the filter using mod_ext_filter module? 

I think that filters could be the solution for my problem. 

My problem is:
I have set the Directory Index to be index.jsp in my httpd.conf file. When a
user tries to access http://www.mysite.com, user is redirected to
http://www.mysite.com/index.jsp. However, if you hit the back button, it
goes from http://www.mysite.com/index.jsp to http://www.mysite.com and then
back to http://www.mysite.com/index.jsp

Cheers
Hari



> -----Original Message-----
> From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 03, 2002 11:45 AM
> To: Tomcat Users List
> Subject: AW: http 302 issue on tomcat 4.0.1
> 
> 
> I think you can't configure tomcat to disable the feature directly.
> 
> I see currently two places where you could tweak tomcat:
> - Modify tomcat source (that part that is responsible for the
>   welcom-file)
> - Create a filter
>   Either a input filter that forwards the requests to the page.
>   Here you have to implement somthing to know whe you should
>   redirect. 
>   Or use a outputfilter that throws away the result from tomcat
>   if the result is a 302 to index.htm and includes the desired 
>   page.
> 
> > -----Ursprüngliche Nachricht-----
> > Von: remy.menetrieux [mailto:[EMAIL PROTECTED]]
> > Gesendet: Montag, 3. Juni 2002 17:27
> > An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Betreff: http 302 issue on tomcat 4.0.1
> > 
> > When browsers request my url containing a filename, Tomcat does not
> > internally redirect this request, it sends a HTTP 302 redirect.
> > 
> > How can we configure and patch Tomcat to disable this feature ?
> > 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

Attachment: winmail.dat
Description: application/ms-tnef

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to