cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2003-07-14 Thread billbarker
billbarker2003/07/14 23:07:15 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Changing my mind and reverting back to the (nominially deprecated, but still widely used) getHeader method. Revision ChangesPath 1.29

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2003-07-13 Thread billbarker
billbarker2003/07/13 15:11:07 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Clean up the default TRACE handler. Add a trailing CRLF to the output, and don't use the deprecated method to get the header. Revision

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2003-07-12 Thread billbarker
billbarker2003/07/12 01:35:39 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Add support to the "Default Servlet" for the HTTP/1.1 methods "OPTIONS" and "TRACE" Fix for Bug #21454 (which was technically INVALID, until

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-07-26 Thread billbarker
billbarker2002/07/25 21:40:15 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Disallow extension-mapped servlets as mapped Welcome pages. Without this, a Welcome File of "index.vm" will always match even if the file d

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-06-22 Thread billbarker
billbarker2002/06/22 20:32:31 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Experimental support for 2.3 style mapped-welcome files. This of off be default, and probably uses too many recorces if you have more than a

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-26 Thread billbarker
billbarker02/04/26 20:45:19 Modified:src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java src/share/org/apache/tomcat/core Request.java src/share/org/apache/tomcat/modules/generators StaticInter

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-26 Thread larryi
larryi 02/04/26 18:55:18 Modified:src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: For RequestDispatcher.forward, discard the ch

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread billbarker
billbarker02/04/16 19:41:49 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Preserve the query string when doing a redirect to the index page. Reported as bug #8099 against 4.0 Reported by: Jurgen Mossgraber [EMAIL P

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread Bill Barker
as Junghans" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 1:35 AM Subject: Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java > Hi Bill, > > I'm afraid y

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread Remy Maucherat
> Hi Remy, > > > I actually tried the test case (I guess I should have tried it before > ...), > > and it didn't do what I thought it would do. This does not qualify as a > > security issue by my book, though (it is recommended to test your > > application before putting it in production). > > Now

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread Andreas Junghans
Hi Remy, > I actually tried the test case (I guess I should have tried it before ...), > and it didn't do what I thought it would do. This does not qualify as a > security issue by my book, though (it is recommended to test your > application before putting it in production). Now I have a simple

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread Remy Maucherat
> Hi Remy, > > > As I stated in the comments of the bug, I don't agree with your > > interpretation about the JSP displaying "code". > > Sorry again for not making myself clear. To put it exact (I hope ...): > > There are cases in complex include/forward scenarios where Tomcat serves > JSPs as sta

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread Andreas Junghans
Hi Remy, > As I stated in the comments of the bug, I don't agree with your > interpretation about the JSP displaying "code". Sorry again for not making myself clear. To put it exact (I hope ...): There are cases in complex include/forward scenarios where Tomcat serves JSPs as static resources.

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread Remy Maucherat
> Hi Bill, > > I'm afraid your commit won't solve the problem. As stated in the original > bug report, the problem occurs when the "javax.servlet.include.servlet_path" > attribute is _present_. I've never looked at the 3.3 source, but it seems > you only changed a case when the attribute is _not_

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-16 Thread Andreas Junghans
Hi Bill, I'm afraid your commit won't solve the problem. As stated in the original bug report, the problem occurs when the "javax.servlet.include.servlet_path" attribute is _present_. I've never looked at the 3.3 source, but it seems you only changed a case when the attribute is _not_ present. L

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-04-15 Thread billbarker
billbarker02/04/15 20:04:55 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Fix a problem where Tomcat was displaying the source of a JSP page. This was reported against 4.0 as bug #8092. To reproduce, download th

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-02-17 Thread billbarker
billbarker02/02/17 20:05:28 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Second half of the fix for 6515. It seems that StaticInterceptor replicates code from the Facade. Revision ChangesPath 1.19 +

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2002-01-08 Thread billbarker
billbarker02/01/08 23:43:20 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Make the (redundant) check for WEB-INF optional. This was reported against 4.x as bug #5724. However, in our case it actually prevents thing

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-12-31 Thread larryi
larryi 01/12/31 14:26:34 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: In preparation for Japanese resource strings, allow a character set for directory listings other than ISO-8859-1. Submitted by: Kazuhiro Kazam

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-12-19 Thread billbarker
billbarker01/12/19 19:38:37 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Don't check dates if the static page is part of a jsp:include This was reported as Bug 5497 against 4.x. In the report, it only happened beca

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-06-21 Thread larryi
larryi 01/06/21 12:31:06 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Fix display of the file size. Revision ChangesPath 1.14 +2 -2 jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/St

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-05-26 Thread costin
costin 01/05/26 10:54:24 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Changed the encoder name. We don't use URLEncoder to avoid conflict with the jdk class. Revision ChangesPath 1.13 +2 -2 jaka

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-05-20 Thread costin
costin 01/05/20 21:05:32 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Fix for #210. Static interceptor now corectly encodes the special characters. Revision ChangesPath 1.12 +94 -76 jakarta-tom

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-04-09 Thread costin
costin 01/04/10 00:01:12 Modified:src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Second part of the URL-based session + authenti

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-03-24 Thread nacho
nacho 01/03/24 13:33:53 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: tuneup If-Modified-Since honoring 3.3 style.. MessageBytes has inside all the needed RFC dates parsing things.. Revision ChangesPath

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-03-24 Thread nacho
nacho 01/03/24 11:56:06 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Oops. Revision ChangesPath 1.9 +0 -3 jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/StaticInterceptor.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-03-24 Thread nacho
nacho 01/03/24 11:48:32 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Honoring the "If-Modified-Since" header.. No more "Connection Broken Exceptions" in logs when using IE . Revision ChangesPath 1.8

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-03-13 Thread larryi
larryi 01/03/13 21:57:48 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Ported tomcat_32 fix for web.xml mapping to html. Also, ported extra checks for WEB-INF and META-INF, and added a getListings() method so the pr

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-03-07 Thread costin
costin 01/03/07 17:09:53 Modified:src/share/org/apache/tomcat/modules/config ContextXmlReader.java ServerXmlReader.java src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Added code to support an