cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-08-24 Thread nacho
nacho 01/08/24 16:58:51 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 AccessInterceptor.java Log: Fix for Bugzilla#2118 Incosistent behaviuor updating OriginalLocation in FormAuthHandler Class Reported by Juan Jose Muñoz ( jmartine a

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-07-15 Thread costin
costin 01/07/15 16:09:31 Modified:src/etc Tag: tomcat_32 server.xml src/share/org/apache/tomcat/request Tag: tomcat_32 AccessInterceptor.java Log: Remove the xml:debug ( it creates problems when xerces is used ) Added extra check for "//

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-02-16 Thread larryi
larryi 01/02/16 11:34:14 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 AccessInterceptor.java Log: Hopefully the third time is the charm. Combining the best of previous two fixes. Use "ctPathL - 2" when needed, so "/abc" matches the url-pa

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-02-15 Thread Marc Saegesser
, still applies. > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 11:12 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: > jakarta-tomcat/src/share/org/apache/tomcat/request > AccessInterceptor.java &g

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-02-15 Thread Craig R. McClanahan
Marc Saegesser wrote: > Damn, I hate the Servlet spec. They bury this detail in a bloody example > without ever mentioning it explicity! Damn. > One additional place to look for authoritative information about the spec is the published errata. There is a link on the following page: http:

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-02-15 Thread Marc Saegesser
Damn, I hate the Servlet spec. They bury this detail in a bloody example without ever mentioning it explicity! Damn. Section 10.2.2, table 4, item 3 is the only place I can find (now that I went explicitly looking for it) that describes this functionality. Section 10.2 bullet one says that *

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-02-15 Thread larryi
larryi 01/02/15 20:03:13 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 AccessInterceptor.java Log: According to the spec, a servlet mapped to the url-pattern "/abc/*" should be invoked if the URL "/abc" is used. The prior fix allows "/abc" t

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2001-02-13 Thread marcsaeg
marcsaeg01/02/13 19:48:09 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 AccessInterceptor.java Log: If two url-patterns were specified inside a security constraint such as /abc123/* and /abc/* then AccessInterceptor would incor

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request AccessInterceptor.java

2000-12-27 Thread costin
costin 00/12/27 17:15:39 Modified:src/facade22/org/apache/tomcat/facade ServletHandler.java src/j2ee/org/apache/tomcat/j2ee J2EEInterceptor.java TomcatJ2EEAdapter.java src/share/org/apache/tomcat/core BaseInterceptor.java