Re: tcnative 1.1.8 -- offically released as stable?

2007-01-03 Thread Mladen Turk
Fenlason, Josh wrote: Since there is no vote on tcnative, is it always safe to say that the latest native source available in http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ is as close to "official" or "stable" as it's going to get? Will tcnative 1.1.8 work with Tomcat 5.5.20?

DO NOT REPLY [Bug 33650] - Jasper performance for multiple files processing

2007-01-03 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: tcnative 1.1.8 -- offically released as stable?

2007-01-03 Thread Fenlason, Josh
Since there is no vote on tcnative, is it always safe to say that the latest native source available in http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ is as close to "official" or "stable" as it's going to get? Will tcnative 1.1.8 work with Tomcat 5.5.20? Thanks. , Josh. > -O

Re: tcnative 1.1.8 -- offically released as stable?

2007-01-03 Thread Mladen Turk
Jess Holle wrote: Has tcnative 1.1.8 been officially released, i.e. as stable? There is no vote on tcnative releases. The vote is part of Tomcat release. It seemed like it was going to be from various votes, etc -- but I never saw any form of announcement. Given the serious issues in a num

DO NOT REPLY [Bug 33650] - Jasper performance for multiple files processing

2007-01-03 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 39088] - StandardWrapper getRootCause() infinite loop

2007-01-03 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

tcnative 1.1.8 -- offically released as stable?

2007-01-03 Thread Jess Holle
Has tcnative 1.1.8 been officially released, i.e. as stable? It seemed like it was going to be from various votes, etc -- but I never saw any form of announcement. Given the serious issues in a number of the previous tcnative releases, we've had to disable tcnative. We'd like to retry with a

libtcnative configure check for apr version

2007-01-03 Thread William L. Thomson Jr.
If possible could the configure script for tomcat-native/libtcnative check for apr versions. I wasted quite some time with a libtcnative I compiled against apr 0.x instead of 1.x. Which allowed it to build, but was really tiny and not usable. If the configure checked for apr version 1.x or greater

DO NOT REPLY [Bug 41267] - NPE in TagLibraryInfoImpl for a declared tag files not in jar files

2007-01-03 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: r492263 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2007-01-03 Thread funkman
Author: funkman Date: Wed Jan 3 11:29:52 2007 New Revision: 492263 URL: http://svn.apache.org/viewvc?view=rev&rev=492263 Log: http://issues.apache.org/bugzilla/show_bug.cgi?id=41267 NPE in TagLibraryInfoImpl for a declared tag files not in jar files Patch by Fabrizio Giustina - fgiust at-apach

DO NOT REPLY [Bug 41281] - provide a property to the wepapp loader classloader to pick classes from more than web-inf/classes location

2007-01-03 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: Escaping EL doesn't work in Tomcat 6?

2007-01-03 Thread arjan tijms
Tim Funk wrote: Is this issue http://issues.apache.org/bugzilla/show_bug.cgi?id=41257 and http://issues.apache.org/bugzilla/show_bug.cgi?id=41258 I think these are the trouble: Lines 2776-2777 in org.apache.jasper.compiler.Generator TagAttributeInfo tai = attr.getTagAttributeInfo(); String ty

Re: Escaping EL doesn't work in Tomcat 6?

2007-01-03 Thread Remy Maucherat
Tim Funk wrote: Is this issue http://issues.apache.org/bugzilla/show_bug.cgi?id=41257 and http://issues.apache.org/bugzilla/show_bug.cgi?id=41258 I think these are the trouble: Lines 2776-2777 in org.apache.jasper.compiler.Generator TagAttributeInfo tai = attr.getTagAttributeInfo(); String typ

svn commit: r492182 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java

2007-01-03 Thread remm
Author: remm Date: Wed Jan 3 07:33:48 2007 New Revision: 492182 URL: http://svn.apache.org/viewvc?view=rev&rev=492182 Log: - Avoid NPE (quick fix). Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Ge

Re: Escaping EL doesn't work in Tomcat 6?

2007-01-03 Thread Tim Funk
Is this issue http://issues.apache.org/bugzilla/show_bug.cgi?id=41257 and http://issues.apache.org/bugzilla/show_bug.cgi?id=41258 I think these are the trouble: Lines 2776-2777 in org.apache.jasper.compiler.Generator TagAttributeInfo tai = attr.getTagAttributeInfo(); String type = tai.getTypeNa

Re: Escaping EL doesn't work in Tomcat 6?

2007-01-03 Thread Remy Maucherat
arjan tijms wrote: We're using a number of custom tags that accept JSF (deferred) EL through dynamic attributes. In JSP 2.1 this is illegal. I therefore tried to deactivate expression evaluation by escaping the #{ pattern, but it seems that Tomcat 6.0.7 ignores this? Please provide a test war

Re: svn commit: r491619 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-01-03 Thread Remy Maucherat
Mark Thomas wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: markt Date: Mon Jan 1 11:31:29 2007 New Revision: 491619 URL: http://svn.apache.org/viewvc?view=rev&rev=491619 Log: Port RD thread safety patch from TC5 I don't see any justification for this at the moment. Any further

DO NOT REPLY [Bug 41260] - [Contribution] WebAppLoader and DirContext implementations for handling with expanded webapp during development

2007-01-03 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: svn commit: r491619 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-01-03 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Mon Jan 1 11:31:29 2007 >> New Revision: 491619 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=491619 >> Log: >> Port RD thread safety patch from TC5 > > I don't see any justification for this at the moment. Any furt

svn commit: r492112 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/loader/VirtualWebappLoader.java naming/resources/VirtualDirContext.java

2007-01-03 Thread funkman
Author: funkman Date: Wed Jan 3 03:59:32 2007 New Revision: 492112 URL: http://svn.apache.org/viewvc?view=rev&rev=492112 Log: Update on http://issues.apache.org/bugzilla/show_bug.cgi?id=41260 Added warnings this should be for dev IDEs, not production. Modified: tomcat/tc6.0.x/trunk/java/o

Re: svn commit: r491995 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/loader/VirtualWebappLoader.java naming/resources/VirtualDirContext.java

2007-01-03 Thread Tim Funk
True - but helping developers develop code faster is typically a good thing. I'd be OK if we created a bloat [I mean optional] package for things like this. -Tim Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: funkman Date: Tue Jan 2 16:51:31 2007 New Revision: 491995 URL: http://s

Re: svn commit: r491995 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/loader/VirtualWebappLoader.java naming/resources/VirtualDirContext.java

2007-01-03 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: funkman Date: Tue Jan 2 16:51:31 2007 New Revision: 491995 URL: http://svn.apache.org/viewvc?view=rev&rev=491995 Log: http://issues.apache.org/bugzilla/show_bug.cgi?id=41260 [Contribution] WebAppLoader and DirContext implementations for handling with expanded w

DO NOT REPLY [Bug 41072] - tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2007-01-03 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 41260] - [Contribution] WebAppLoader and DirContext implementations for handling with expanded webapp during development

2007-01-03 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 41260] - [Contribution] WebAppLoader and DirContext implementations for handling with expanded webapp during development

2007-01-03 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