svn commit: r1371620 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2012-08-10 Thread markt
Author: markt Date: Fri Aug 10 09:13:14 2012 New Revision: 1371620 URL: http://svn.apache.org/viewvc?rev=1371620view=rev Log: Tab police Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

svn commit: r1371622 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11AprProtocol.java

2012-08-10 Thread markt
Author: markt Date: Fri Aug 10 09:24:29 2012 New Revision: 1371622 URL: http://svn.apache.org/viewvc?rev=1371622view=rev Log: tab police Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Propchange:

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-08-10 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-08-10 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-08-10 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community

svn commit: r1371678 - in /tomcat/tc6.0.x/trunk: 53531.diff java/org/apache/catalina/startup/LocalStrings.properties src/

2012-08-10 Thread kkolinko
Author: kkolinko Date: Fri Aug 10 12:07:37 2012 New Revision: 1371678 URL: http://svn.apache.org/viewvc?rev=1371678view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=53531 Followup to r1371355. Add missing message, remove erroneously added files. Removed:

Re: svn commit: r1371355 - in /tomcat/tc6.0.x/trunk: ./ 53531.diff STATUS.txt java/org/apache/catalina/startup/ExpandWar.java src/ webapps/docs/changelog.xml

2012-08-10 Thread Konstantin Kolinko
2012/8/10 Konstantin Kolinko knst.koli...@gmail.com: 2012/8/9 schu...@apache.org: Author: schultz Date: Thu Aug 9 18:14:14 2012 New Revision: 1371355 URL: http://svn.apache.org/viewvc?rev=1371355view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=53531 Fix ExpandWar.expand

Re: svn commit: r1371678 - in /tomcat/tc6.0.x/trunk: 53531.diff java/org/apache/catalina/startup/LocalStrings.properties src/

2012-08-10 Thread Christopher Schultz
Konstantin, On 8/10/12 8:07 AM, kkoli...@apache.org wrote: Author: kkolinko Date: Fri Aug 10 12:07:37 2012 New Revision: 1371678 URL: http://svn.apache.org/viewvc?rev=1371678view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=53531 Followup to r1371355. Add missing message,

svn commit: r1371750 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-08-10 Thread schultz
Author: schultz Date: Fri Aug 10 15:52:36 2012 New Revision: 1371750 URL: http://svn.apache.org/viewvc?rev=1371750view=rev Log: Updated proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 53541] Bug in virtual webapp feature. Custom tags badly supported. Error is org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either we

2012-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53541 --- Comment #2 from Mark Thomas ma...@apache.org --- For the record, the maximum permitted attachment size is 1MB, not 1KB. 1MB should be more than enough for any test case - even one packaged as a WAR - providing it meets the standard of

svn commit: r1371793 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2012-08-10 Thread fhanik
Author: fhanik Date: Fri Aug 10 18:10:49 2012 New Revision: 1371793 URL: http://svn.apache.org/viewvc?rev=1371793view=rev Log: ConnectionState must supported with short name too. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

svn commit: r1371794 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2012-08-10 Thread fhanik
Author: fhanik Date: Fri Aug 10 18:11:36 2012 New Revision: 1371794 URL: http://svn.apache.org/viewvc?rev=1371794view=rev Log: ConnectionState must supported with short name too. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

svn commit: r1371812 - /tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java

2012-08-10 Thread markt
Author: markt Date: Fri Aug 10 19:41:27 2012 New Revision: 1371812 URL: http://svn.apache.org/viewvc?rev=1371812view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53541 Fix JAR scanning when WEB-INF/lib is provided via VirtualDirContext Patch provided by Philip Zuev Modified:

svn commit: r1371816 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/resources/VirtualDirContext.java webapps/docs/changelog.xml

2012-08-10 Thread markt
Author: markt Date: Fri Aug 10 19:54:55 2012 New Revision: 1371816 URL: http://svn.apache.org/viewvc?rev=1371816view=rev Log: Fix JAR scanning when WEB-INF/lib is provided via VirtualDirContext Patch provided by Philip Zuev Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 53541] Bug in virtual webapp feature. Custom tags badly supported. Error is org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either we

2012-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53541 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 52318] Version in tomcat-jdbc POM is conflicted with Version in MANIFEST for JULI JAR

2012-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52318 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

svn commit: r1371823 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2012-08-10 Thread markt
Author: markt Date: Fri Aug 10 21:34:13 2012 New Revision: 1371823 URL: http://svn.apache.org/viewvc?rev=1371823view=rev Log: Need to reset content length as well to ensure custom error page is not truncated. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

svn commit: r1371824 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardHostValve.java webapps/docs/changelog.xml

2012-08-10 Thread markt
Author: markt Date: Fri Aug 10 21:36:54 2012 New Revision: 1371824 URL: http://svn.apache.org/viewvc?rev=1371824view=rev Log: Need to reset content length as well to ensure custom error page is not truncated. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 53545] jsp:forward action to static resources causes IllegalStateException when inside classic custom tag

2012-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53545 --- Comment #3 from Mark Thomas ma...@apache.org --- OK. I see what is going on here now. A bug (now fixed) in the custom error page handling wasn't helping. Tomcat isn't clearing the buffer of the containing page when the forward happens.

[Bug 53541] Bug in virtual webapp feature. Custom tags badly supported. Error is org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either we

2012-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53541 --- Comment #4 from Philip philipz...@gmail.com --- (In reply to comment #3) This has been fixed in trunk and 7.0.x and will be included in 7.0.30 onwards. Regarding the test case, it would have been a lot easier to work with if