Re: Tomcat 4.x auth issue

2002-07-03 Thread Remy Maucherat
Bill Barker wrote: > I'm hardly a 4.x expert, but this looks like it will solve the major > problem. > > This fix will still send an Auth to /myapp if you first request > /myapp/protected, but that shouldn't be too much of a problem. > > In 5.0, I think that the spec is going to eventually requi

Re: Tomcat 4.x auth issue

2002-07-03 Thread Bill Barker
gic to the Mapper however. - Original Message - From: "Keith Wannamaker" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 8:55 PM Subject: RE: Tomcat 4.x auth issue > The bugfix turned out to be a

RE: Tomcat 4.x auth issue

2002-07-03 Thread Keith Wannamaker
The bugfix turned out to be a one-liner: Index: SecurityConstraint.java === RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/de ploy/SecurityConstraint.java,v retrieving revision 1.5 diff -u -r1.5 Securit