DO NOT REPLY [Bug 10903] - Unbalanced tags do not generate compile time error

2005-11-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26363] - JSP Compiler does not recognize unbalanced Struts tag

2005-11-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://issues.apache.org/bugzilla/show_bu

svn commit: r349922 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup: ContextConfig.java EngineConfig.java

2005-11-30 Thread remm
Author: remm Date: Wed Nov 30 03:10:55 2005 New Revision: 349922 URL: http://svn.apache.org/viewcvs?rev=349922&view=rev Log: - Make some classes non final, as has been done for others. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/ContextConfig.java t

DO NOT REPLY [Bug 37692] - RequestProcessors are no longer registered in JMX

2005-11-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37692] - RequestProcessors are no longer registered in JMX

2005-11-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://issues.apache.org/bugzilla/show_bu

Re: getContext() - spec interpretation

2005-11-30 Thread Jan Luehe
Mark, Mark Thomas wrote On 11/29/05 12:46,: > Jan, > > Jan Luehe wrote: > >>Hi Mark, > > > >>I agree the current javadocs of ServletContext.getContext() are >>ambiguous, and I agree we need to present this case to the >>Servlet EG. Maybe there is a small chance to have this resolved >>in the

DO NOT REPLY [Bug 37692] - RequestProcessors are no longer registered in JMX

2005-11-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://issues.apache.org/bugzilla/show_bu

directory listings

2005-11-30 Thread Rafael H. Schloming
Hi, I've been looking into the performance problems associated with many concurrent requests of large directories. After doing some informal benchmarking I've come up with the attached patch that improves performance in this scenario. The patch adds a size limited Map with a 5 second timeout for c

svn commit: r350056 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java

2005-11-30 Thread markt
Author: markt Date: Wed Nov 30 13:31:50 2005 New Revision: 350056 URL: http://svn.apache.org/viewcvs?rev=350056&view=rev Log: Fix bug 17970. Use of multi-level contexts could result in multiple deployment attempts. This patch is a sticking plaster. If TC4 was less mature I would port Remy's chan

DO NOT REPLY [Bug 17970] - Webapp contexts deployed twice when multi-level context path is specified

2005-11-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://issues.apache.org/bugzilla/show_bu

Re: getContext() - spec interpretation

2005-11-30 Thread Mark Thomas
Jan, This looks good to me. I have patches ready to go for TC4 and TC5. They are based on the existing code but implement the spirit of Bill's proposed solution and add handling for crossContext. I'll give people a little longer in case they want to add to this discussion and then I'll comm

Re: getContext() - spec interpretation

2005-11-30 Thread Jan Luehe
Mark Thomas wrote On 11/30/05 13:42,: > Jan, > > This looks good to me. > > I have patches ready to go for TC4 and TC5. They are based on the > existing code but implement the spirit of Bill's proposed solution and > add handling for crossContext. > > I'll give people a little longer in case

svn commit: r350078 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProtocol.java

2005-11-30 Thread remm
Author: remm Date: Wed Nov 30 15:32:20 2005 New Revision: 350078 URL: http://svn.apache.org/viewcvs?rev=350078&view=rev Log: - Remove useless commented out code. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/connectors/tr

svn commit: r350083 - /tomcat/container/tc5.5.x/webapps/docs/apr.xml

2005-11-30 Thread remm
Author: remm Date: Wed Nov 30 16:12:04 2005 New Revision: 350083 URL: http://svn.apache.org/viewcvs?rev=350083&view=rev Log: - Add example SSL config. Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml URL: http://svn.apache.org/v

Re: directory listings

2005-11-30 Thread Yoav Shapira
Hi, It's an interesting patch and an interesting idea in general. I'm impressed with the performance findings, although I haven't seen anyone recently complaining about many concurrent directory listings requests. I have a couple of requests for the patch, if you don't mind some feedback. I'd pr

DO NOT REPLY [Bug 37381] - pageContext.forward causes Illegal to clear() when buffer size == 0

2005-11-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37381] - pageContext.forward causes Illegal to clear() when buffer size == 0

2005-11-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://issues.apache.org/bugzilla/show_bu

Re: directory listings

2005-11-30 Thread Tim Funk
It looks like this issue only occurs when the XSLT transformation is done on the directory listing. Which is not an out of box configuration so there is no worry for DOS (in case anyone is wondering). Otherwise - looks interesting. cacheTTL and cacheMax should be configurable at servlet init

svn commit: r350113 - /tomcat/build/tags/tc5.5.x/TOMCAT_5_5_13/

2005-11-30 Thread yoavs
Author: yoavs Date: Wed Nov 30 18:54:00 2005 New Revision: 350113 URL: http://svn.apache.org/viewcvs?rev=350113&view=rev Log: Tagging Tomcat version TOMCAT_5_5_13. Added: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_13/ - copied from r350112, tomcat/build/tc5.5.x/

svn commit: r350114 - /tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_13/

2005-11-30 Thread yoavs
Author: yoavs Date: Wed Nov 30 18:54:02 2005 New Revision: 350114 URL: http://svn.apache.org/viewcvs?rev=350114&view=rev Log: Tagging Tomcat version TOMCAT_5_5_13. Added: tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_13/ - copied from r350113, tomcat/connectors/trunk/

svn commit: r350115 - /tomcat/container/tags/tc5.5.x/TOMCAT_5_5_13/

2005-11-30 Thread yoavs
Author: yoavs Date: Wed Nov 30 18:54:03 2005 New Revision: 350115 URL: http://svn.apache.org/viewcvs?rev=350115&view=rev Log: Tagging Tomcat version TOMCAT_5_5_13. Added: tomcat/container/tags/tc5.5.x/TOMCAT_5_5_13/ - copied from r350114, tomcat/container/tc5.5.x/

svn commit: r350116 - /tomcat/jasper/tags/5.5.x/TOMCAT_5_5_13/

2005-11-30 Thread yoavs
Author: yoavs Date: Wed Nov 30 18:54:03 2005 New Revision: 350116 URL: http://svn.apache.org/viewcvs?rev=350116&view=rev Log: Tagging Tomcat version TOMCAT_5_5_13. Added: tomcat/jasper/tags/5.5.x/TOMCAT_5_5_13/ - copied from r350115, tomcat/jasper/tc5.5.x/

svn commit: r350117 - /tomcat/site/tags/TOMCAT_5_5_13/

2005-11-30 Thread yoavs
Author: yoavs Date: Wed Nov 30 18:54:04 2005 New Revision: 350117 URL: http://svn.apache.org/viewcvs?rev=350117&view=rev Log: Tagging Tomcat version TOMCAT_5_5_13. Added: tomcat/site/tags/TOMCAT_5_5_13/ - copied from r350116, tomcat/site/trunk/

svn commit: r350118 - /tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_13/

2005-11-30 Thread yoavs
Author: yoavs Date: Wed Nov 30 18:56:55 2005 New Revision: 350118 URL: http://svn.apache.org/viewcvs?rev=350118&view=rev Log: Tagging Tomcat version TOMCAT_5_5_13. Added: tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_13/ - copied from r350117, tomcat/servletapi/servlet2.4-js

Slight SVN inconsistency

2005-11-30 Thread Yoav Shapira
Hi, While tagging 5.5.13 I noticed a slight inconsistency in our directory structure. It's not a big deal but I wanted to let everyone know, and see if we want to correct it. We use "tc5.5.x" to indicate the 5.5 branch in directory names: that's true everywhere except the tomcat/jasper/tags direc

DO NOT REPLY [Bug 36863] - Space seperated cookie value text returned in quotes

2005-11-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36863] - Space seperated cookie value text returned in quotes

2005-11-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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37334] - Realm digest property not aligned with the administration console functionalities

2005-11-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://issues.apache.org/bugzilla/show_bu

svn commit: r350191 - /tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml

2005-11-30 Thread pero
Author: pero Date: Wed Nov 30 22:46:37 2005 New Revision: 350191 URL: http://svn.apache.org/viewcvs?rev=350191&view=rev Log: Fix wrong example to set session manager attributes Modified: tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/c