svn commit: r1573294 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/valves/SSLValve.java webapps/docs/changelog.xml webapps/docs/config/valve.xml

2014-03-02 Thread kkolinko
Author: kkolinko Date: Sun Mar 2 12:46:24 2014 New Revision: 1573294 URL: http://svn.apache.org/r1573294 Log: CTR: docs Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56093 Provide documentation for SSLValve. Backport of r1073184, r1568921 Modified: tomcat/tc6.0.x/trunk/ (props ch

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

2014-03-02 Thread kkolinko
Author: kkolinko Date: Sun Mar 2 12:56:34 2014 New Revision: 1573295 URL: http://svn.apache.org/r1573295 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1573295&r1=157329

svn commit: r1573321 - in /tomcat/trunk: java/org/apache/catalina/webresources/StandardRoot.java webapps/docs/changelog.xml

2014-03-02 Thread markt
Author: markt Date: Sun Mar 2 15:56:34 2014 New Revision: 1573321 URL: http://svn.apache.org/r1573321 Log: Avoid internal NullPointerExceptions if a resource is requested from outside the web application root. Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

buildbot exception in ASF Buildbot on tomcat-trunk

2014-03-02 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5543 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1573323 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

2014-03-02 Thread markt
Author: markt Date: Sun Mar 2 16:04:13 2014 New Revision: 1573323 URL: http://svn.apache.org/r1573323 Log: DBCP update Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/view

svn commit: r1573331 - in /tomcat/trunk: java/org/apache/catalina/webresources/StandardRoot.java webapps/docs/changelog.xml

2014-03-02 Thread markt
Author: markt Date: Sun Mar 2 16:35:35 2014 New Revision: 1573331 URL: http://svn.apache.org/r1573331 Log: Revert r1573321 as it triggers unit test failures Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java tomcat/trunk/webapps/docs/changelog.xml Modified: t

buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-02 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5544 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

buildbot success in ASF Buildbot on tomcat-trunk

2014-03-02 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5545 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: svn commit: r1570115 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2014-03-02 Thread Mark Thomas
On 25/02/2014 12:17, Konstantin Kolinko wrote: > Regarding the use of filesonly="true" in > http://svn.apache.org/r1570629 > > It is known that such setting breaks some jar scanning technologies, e.g > https://ecosystem.atlassian.net/browse/PLUG-949 > https://jira.springsource.org/browse/SPR-8551

svn commit: r1573363 - /tomcat/trunk/build.xml

2014-03-02 Thread markt
Author: markt Date: Sun Mar 2 20:23:57 2014 New Revision: 1573363 URL: http://svn.apache.org/r1573363 Log: Drop the use of filesonly - it caused failures with some applications that scan Tomcat JARs such as Jira. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http:

svn commit: r1573364 - /tomcat/trunk/build.xml

2014-03-02 Thread markt
Author: markt Date: Sun Mar 2 20:35:43 2014 New Revision: 1573364 URL: http://svn.apache.org/r1573364 Log: Alternative solution to avoiding adding empty packages to JARs. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.

Re: svn commit: r1570115 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2014-03-02 Thread Konstantin Kolinko
2014-03-03 0:21 GMT+04:00 Mark Thomas : > On 25/02/2014 12:17, Konstantin Kolinko wrote: > >> Regarding the use of filesonly="true" in >> http://svn.apache.org/r1570629 >> >> It is known that such setting breaks some jar scanning technologies, e.g >> https://ecosystem.atlassian.net/browse/PLUG-949

svn commit: r1573368 - in /tomcat/trunk: java/org/apache/catalina/webresources/Cache.java webapps/docs/changelog.xml

2014-03-02 Thread markt
Author: markt Date: Sun Mar 2 20:48:17 2014 New Revision: 1573368 URL: http://svn.apache.org/r1573368 Log: Avoid NPE in resource cache when making an invalid request for a resource outside of the web application. Modified: tomcat/trunk/java/org/apache/catalina/webresources/Cache.java to

svn commit: r1573370 - in /tomcat/trunk/java/org/apache/catalina/webresources: AbstractResourceSet.java Cache.java LocalStrings.properties StandardRoot.java

2014-03-02 Thread markt
Author: markt Date: Sun Mar 2 21:28:25 2014 New Revision: 1573370 URL: http://svn.apache.org/r1573370 Log: Better way to avoid NPE in resource cache - don't let the request get that far when we know we are going to fail it anyway. Modified: tomcat/trunk/java/org/apache/catalina/webresources

[Bug 56093] org.apache.catalina.valves.SSLValve is not documented on the "Valves" page

2014-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56093 --- Comment #2 from Konstantin Kolinko --- Fixed in 6.0 by r1573294 , will be in 6.0.40 -- You are receiving this mail because: You are the assignee for the bug. - To un