RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-18 Thread Jim Smart
Can this functionality be back-ported to the 4.1 tree? tia, Jim > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED]] > Sent: 17 February 2003 04:48 > To: Tomcat Developers List > Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue > &g

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-17 Thread Tim Funk
I thought I had an answer but the more I delved into the code the more I realized I should shut up. (I rather give no reply than a wrong reply) Now going back to read more code. -Tim I'm starting to hate snow (after shoveling over 2 feet with more coming) Donald Ball wrote: Tim Funk wrote

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-17 Thread Craig R. McClanahan
On Mon, 17 Feb 2003, Donald Ball wrote: > Date: Mon, 17 Feb 2003 11:44:16 -0500 > From: Donald Ball <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Request to Fix Tom

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-17 Thread Donald Ball
Tim Funk wrote: A patch (which I didn't look at yet) could introduce the following: - Bypassing a security contraints, eg:index.jsp is protected but / isn't - Vulnerabilities - Through a wacky optimizations, other pages might get accidently exposed Just curious... I assume the patch uses Requ

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-17 Thread Tim Funk
ith the default turned off) is the problem with it breaking an app ... really a problem? -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 1:58 AM To: Tomcat Developers List Subject: Re: Request to Fix Tomcat Standalone 302 redi

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-17 Thread neal
EMAIL PROTECTED]] Sent: Monday, February 17, 2003 1:58 AM To: Tomcat Developers List Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue Bill Barker wrote: > - Original Message - > From: "neal" <[EMAIL PROTECTED]> > To: "Tomcat Developers List&

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-17 Thread Remy Maucherat
Bill Barker wrote: - Original Message - From: "neal" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 8:00 PM Subject: RE: Request to Fix Tomcat Standalone 302 redirect Issue So it *will* be in tom

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread Bill Barker
- Original Message - From: "neal" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 8:00 PM Subject: RE: Request to Fix Tomcat Standalone 302 redirect Issue > So it *will* be in tomcat 5? > > My

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread neal
available? :) Thanks. Neal -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 8:01 PM To: Tomcat Developers List Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue For TC 5, it isn't in DefaultServlet (which gets called wa

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread Bill Barker
; > Thanks > > Neal > > > > -Original Message- > > From: Tim Funk [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, February 16, 2003 11:39 AM > > To: Tomcat Developers List > > Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue > >

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread neal
Request to Fix Tomcat Standalone 302 redirect Issue If I remember that thread correctly, the functionality was not been added according to the code. http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/share /org/apache/catalina/servlets/DefaultServlet.java?rev=1.5&content-typ

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread Tim Funk
the forward behavior for my default page. :-\ Thanks Neal -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 11:39 AM To: Tomcat Developers List Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue 5 will *probably* not be final until -

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread neal
the forward behavior for my default page. :-\ Thanks Neal -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 11:39 AM To: Tomcat Developers List Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue 5 will *probably* not be final

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread Tim Funk
5 will *probably* not be final until - The specs(Serlvet 2.4, jsp 2.) become final - The many internal changes are tested more - The committers vote to declare it so From seeing past messages - it looks like the specs being declared final is the buggest hurdle (to wait for). (But there have been

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread neal
unday, February 16, 2003 11:12 AM To: Tomcat Developers List Subject: RE: Request to Fix Tomcat Standalone 302 redirect Issue Actually, I found the archives by doing a google web search. In the thread it *sounds* like it has been added to Tomcat 5.0 and is not something I can toggle within the web.xml

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread neal
al Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 10:54 AM To: Tomcat Developers List Subject: RE: Request to Fix Tomcat Standalone 302 redirect Issue Aha! That's exactly what I was looking for - a forward rather than a redirect! Great, I will check out the

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread neal
ailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 10:54 AM To: Tomcat Developers List Subject: RE: Request to Fix Tomcat Standalone 302 redirect Issue Aha! That's exactly what I was looking for - a forward rather than a redirect! Great, I will check out the thread and keep my finge

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread neal
as a guide for people new to the product who need to make informed decisions. Thanks. Neal -Original Message- From: Reinhard Moosauer [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 4:47 AM To: Tomcat Developers List Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue

Re: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-16 Thread Reinhard Moosauer
Hi, at Jan 03, 2003 Matt Parker published a patch in this list: "[PATCH] forward instead of redirect for welcome files" which was discussed thourougly with Costin, Remy and others. I'm not sure about the conclusion of this. But it seemed that 5.0 should reintroduce this behavior by option. Pleas