[PATCH][4.0] StandardPipeline javadocs typo fix

2001-12-30 Thread Christopher K. St. John
The javadoc comment for o.a.c.c.StandardPipeline's state member refers to the "values" array instead of the "valves" array, which appears to be a typo. The following patch fixes it. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com stdpipjdocs.patch Descr

Re: [PATCH][4.0] remove spurious casts in ApplicationFilterChain

2001-12-30 Thread Daniel Rall
+1, old code was redundant. Java should find the right method to call based on object--not reference--type. "Christopher K. St. John" <[EMAIL PROTECTED]> writes: > The "fall off the end of the chain" code in > ApplicationFilterChain.internalDoFilter checks if the > passed in request and respon

StandardPipeline and ThreadLocal

2001-12-30 Thread Christopher K. St. John
The first thing that pops into my head when I see the Pipeline pattern (and read Craig's [PROPOSAL] Tomcat 4.0-beta API Change: Valve APIs post), is something along the lines of the psuedocode at the end of the message. The semantics are subtly different from the current StandardPipeline, but

DO NOT REPLY [Bug 5628] New: - getServletConfig() returns null

2001-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5629] New: - web.xml is not re-read using manager reload

2001-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

tomcat-dav with mod_webapp

2001-12-30 Thread Hitesh Sharma
Hi all I want to use dav capabilities of tomcat-4.0.1 through apache. I am using mod_webapp for that. I am able to run servlets with the help of mod_webapp but haven't yet been able to get DAV running. Looking into logs I see that apache is not forwarding the "Options ", "PROPFIND" etc DAV spec

DO NOT REPLY [Bug 5634] New: - Critical error with tomcat 4.0.x and Catalina loading images

2001-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: tomcat-dav with mod_webapp

2001-12-30 Thread Hitesh Sharma
I would like to add that I can save document to the DAV folder if send a PUT request Directly Its looks that apache is not forwarding returning proper response to the options request. hitesh - Original Message - From: "Hitesh Sharma" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PRO