Re: [VOTE] Release Apache Tomcat 6.0.43

2014-11-16 Thread Konstantin Kolinko
2014-11-14 13:42 GMT+03:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 6.0.43 release is now available for voting. The key changes since 6.0.41 are: - Disable SSLv3 by default in light of the recently announced POODLE vulnerability. (CVE-2014-3566) - Update to Tomcat Native

[Bug 53394] Log warning if SSLv2 is enabled

2014-11-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53394 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1640010 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/config/resources.xml

2014-11-16 Thread markt
Author: markt Date: Sun Nov 16 17:15:23 2014 New Revision: 1640010 URL: http://svn.apache.org/r1640010 Log: Correct attribute name as reported on users list Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml tomcat/trunk/webapps/docs/config/resources.xml

svn commit: r1640011 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/config/resources.xml

2014-11-16 Thread markt
Author: markt Date: Sun Nov 16 17:16:11 2014 New Revision: 1640011 URL: http://svn.apache.org/r1640011 Log: Correct attribute name as reported on users list Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

svn commit: r1640016 - in /tomcat/site/trunk: docs/index.html docs/migration-8.html xdocs/migration-8.xml

2014-11-16 Thread kkolinko
Author: kkolinko Date: Sun Nov 16 17:36:05 2014 New Revision: 1640016 URL: http://svn.apache.org/r1640016 Log: Note that StandardContext/cacheTTL property has changed its name to StandardRoot/cacheTtl, as was reported on the users list. Modified: tomcat/site/trunk/docs/index.html

svn commit: r1640059 - /tomcat/maven-plugin/trunk/pom.xml

2014-11-16 Thread olamy
Author: olamy Date: Mon Nov 17 02:44:09 2014 New Revision: 1640059 URL: http://svn.apache.org/r1640059 Log: upgrade surefire version and tomcat 7.0.57 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL:

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

2014-11-16 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-test-apr has an issue affecting its community integration.

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

2014-11-16 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-test-bio has an issue affecting its community

svn commit: r1640084 - in /tomcat/trunk/java/org/apache/catalina/loader: LocalStrings.properties WebappClassLoaderBase.java

2014-11-16 Thread markt
Author: markt Date: Mon Nov 17 07:37:41 2014 New Revision: 1640084 URL: http://svn.apache.org/r1640084 Log: Fix BZ 57172. Throw an ISE with appropriate message if an attempt is made to load a resource from a web application class loader than has been stopped. Modified:

svn commit: r1640083 - in /tomcat/trunk: java/org/apache/catalina/connector/Request.java java/org/apache/tomcat/util/buf/UDecoder.java test/org/apache/catalina/connector/TestRequest.java

2014-11-16 Thread markt
Author: markt Date: Mon Nov 17 07:37:36 2014 New Revision: 1640083 URL: http://svn.apache.org/r1640083 Log: Fix BZ 57215. Ensure that the value returned by HttpServletRequest.getContextPath() is not decoded which also implies it has not been normalized. Modified:

[Bug 57215] Regression in Tomcat 7.0.54 after Bug 56501 with urls starting with //

2014-11-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 --- Comment #2 from Mark Thomas ma...@apache.org --- I have applied a fix to this to Tomcat 9. As I suspected it is a little messy. I'm goign to leave it afew days for folks to review and comment before I back-port it to 8.0.x and 7.0.x.

svn commit: r1640087 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2014-11-16 Thread markt
Author: markt Date: Mon Nov 17 07:48:39 2014 New Revision: 1640087 URL: http://svn.apache.org/r1640087 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57172 Provide a better error message if an attempt is made access a resource through a web application class loader that has been

[Bug 57172] NullPointerException in findResources of WebappClassLoader

2014-11-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57172 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED