svn commit: r1659905 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java java/org/apache/catalina/realm/LocalStrings.properties webapps/docs/config/realm.xml

2015-02-15 Thread fschumacher
Author: fschumacher Date: Sun Feb 15 09:41:52 2015 New Revision: 1659905 URL: http://svn.apache.org/r1659905 Log: Enable StartTLS connections for JNDIRealm. Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49785. Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java

Bug report for Taglibs [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE] Release Apache Tomcat 8.0.19

2015-02-15 Thread Mark Thomas
On 15/02/2015 01:45, Konstantin Kolinko wrote: 2015-02-14 22:41 GMT+03:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.19 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed

[Bug 57282] request process UML diagram seems outdated

2015-02-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57282 --- Comment #20 from Stephen Chen chr...@gmail.com --- Mark, any update ? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

Re: [VOTE] Release Apache Tomcat 8.0.19

2015-02-15 Thread Konstantin Kolinko
2015-02-14 22:41 GMT+03:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.19 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed JARs are used in a web application. - Fix

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-02-15 Thread Bill Barker
/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150215-native-src.tar.gz -Dexamples.sources.skip=true

Bug report for Tomcat 7 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1659906 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 09:44:12 2015 New Revision: 1659906 URL: http://svn.apache.org/r1659906 Log: Make readTimeout and wrietTimeout volatile because they are written on a different thread than they are read on within a single request. Modified:

Bug report for Tomcat Native [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

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

2015-02-15 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150215-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

svn commit: r8015 - /dev/tomcat/tomcat-8/v8.0.19/

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 14:41:12 2015 New Revision: 8015 Log: Drop 8.0.19 Removed: dev/tomcat/tomcat-8/v8.0.19/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1659925 - in /tomcat/tc8.0.x/TOMCAT_8_0_20: ./ build.properties.default webapps/docs/changelog.xml

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 14:45:03 2015 New Revision: 1659925 URL: http://svn.apache.org/r1659925 Log: Tag 8.0.20 Added: tomcat/tc8.0.x/TOMCAT_8_0_20/ (props changed) - copied from r1659924, tomcat/tc8.0.x/trunk/ Modified:

svn commit: r1659920 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/core/TestApplicationFilterChain.java

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 13:09:23 2015 New Revision: 1659920 URL: http://svn.apache.org/r1659920 Log: Remove test. It does contradict Servlet 6.2.3. Removed: tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestApplicationFilterChain.java Modified: tomcat/tc8.0.x/trunk/ (props

svn commit: r1659919 - /tomcat/trunk/test/org/apache/catalina/core/TestApplicationFilterChain.java

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 13:07:49 2015 New Revision: 1659919 URL: http://svn.apache.org/r1659919 Log: Remove test. It does contradict Servlet 6.2.3. Removed: tomcat/trunk/test/org/apache/catalina/core/TestApplicationFilterChain.java

svn commit: r1659926 - in /tomcat/tc8.0.x: TOMCAT_8_0_20/ tags/TOMCAT_8_0_20/

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 14:47:52 2015 New Revision: 1659926 URL: http://svn.apache.org/r1659926 Log: Put in right place Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_20/ (props changed) - copied from r1659925, tomcat/tc8.0.x/TOMCAT_8_0_20/ Removed: tomcat/tc8.0.x/TOMCAT_8_0_20/

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

2015-02-15 Thread Konstantin Kolinko
2015-02-15 15:05 GMT+03:00 Bill Barker billbar...@apache.org: 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

svn commit: r1659948 - /tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java

2015-02-15 Thread fschumacher
Author: fschumacher Date: Sun Feb 15 16:47:28 2015 New Revision: 1659948 URL: http://svn.apache.org/r1659948 Log: Remove unused import Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java URL:

Bug report for Tomcat 8 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1659904 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 09:40:04 2015 New Revision: 1659904 URL: http://svn.apache.org/r1659904 Log: 8.0.19 release was cancelled. Prepare for 8.0.20 tag. Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default

svn commit: r1659968 - in /tomcat/tc8.0.x/trunk: ./ build.xml

2015-02-15 Thread rjung
Author: rjung Date: Sun Feb 15 18:33:08 2015 New Revision: 1659968 URL: http://svn.apache.org/r1659968 Log: - clarify test.openssl.path property is full path of openssl binary file - test error ist indicated by Caused an ERROR, not FAILED. Backport of r1659967 from trunk. Modified:

svn commit: r1659970 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2015-02-15 Thread rjung
Author: rjung Date: Sun Feb 15 18:36:06 2015 New Revision: 1659970 URL: http://svn.apache.org/r1659970 Log: - test error ist indicated by Caused an ERROR, not FAILED. Partial backport of r1659967 from trunk resp. r1659968 from tc8. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[VOTE] Release Apache Tomcat 8.0.20

2015-02-15 Thread Mark Thomas
The proposed Apache Tomcat 8.0.20 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed JARs are used in a web application. - Fix several bugs that could cause multiple registrations for write

svn commit: r1659983 - in /tomcat/trunk: build.xml test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-15 Thread rjung
Author: rjung Date: Sun Feb 15 19:15:44 2015 New Revision: 1659983 URL: http://svn.apache.org/r1659983 Log: Allow to overwrite expected OpenSSL test version with ant property test.openssl.version. Update default for trunk to 1.1.0 (OpenSSL master). We'll see, which tests fail. Modified:

svn commit: r1659990 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 20:31:50 2015 New Revision: 1659990 URL: http://svn.apache.org/r1659990 Log: Prep for the next release Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default

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

2015-02-15 Thread rjung
Author: rjung Date: Sun Feb 15 18:31:18 2015 New Revision: 1659967 URL: http://svn.apache.org/r1659967 Log: - clarify test.openssl.path property is full path of openssl binary file - test error ist indicated by Caused an ERROR, not FAILED. Modified: tomcat/trunk/build.xml Modified:

svn commit: r8016 [2/2] - in /dev/tomcat/tomcat-8/v8.0.20: ./ bin/ bin/embed/ bin/extras/ src/

2015-02-15 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.20/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.20/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.20/bin/extras/catalina-ws.jar.asc Sun Feb 15

svn commit: r8016 [1/2] - in /dev/tomcat/tomcat-8/v8.0.20: ./ bin/ bin/embed/ bin/extras/ src/

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 18:41:50 2015 New Revision: 8016 Log: Upload 8.0.20 for voting Added: dev/tomcat/tomcat-8/v8.0.20/ dev/tomcat/tomcat-8/v8.0.20/KEYS (with props) dev/tomcat/tomcat-8/v8.0.20/README.html (with props) dev/tomcat/tomcat-8/v8.0.20/RELEASE-NOTES

svn commit: r1659985 - in /tomcat/tc8.0.x/trunk: ./ build.xml test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-02-15 Thread rjung
Author: rjung Date: Sun Feb 15 19:18:37 2015 New Revision: 1659985 URL: http://svn.apache.org/r1659985 Log: Allow to overwrite expected OpenSSL test version with ant property test.openssl.version. Update default for tc8 to 1.0.2 (OpenSSL latest stable). We'll see, which tests fail. Modified:

svn commit: r1659986 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

2015-02-15 Thread rjung
Author: rjung Date: Sun Feb 15 19:24:00 2015 New Revision: 1659986 URL: http://svn.apache.org/r1659986 Log: Be more verbose when test fails. Backport of r1659984 from trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed)

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

2015-02-15 Thread Mark Thomas
On 15/02/2015 16:53, Konstantin Kolinko wrote: 2015-02-15 15:05 GMT+03:00 Bill Barker billbar...@apache.org: 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

svn commit: r1659984 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

2015-02-15 Thread rjung
Author: rjung Date: Sun Feb 15 19:16:39 2015 New Revision: 1659984 URL: http://svn.apache.org/r1659984 Log: Be more verbose when test fails. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java Modified:

svn propchange: r1659985 - svn:log

2015-02-15 Thread rjung
Author: rjung Revision: 1659985 Modified property: svn:log Modified: svn:log at Sun Feb 15 19:20:09 2015 -- --- svn:log (original) +++ svn:log Sun Feb 15 19:20:09 2015 @@ -4,3 +4,5 @@ with ant property

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-15 Thread Mark Thomas
On 15/02/2015 18:46, Mark Thomas wrote: The proposed Apache Tomcat 8.0.20 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed JARs are used in a web application. - Fix several bugs that

Bug report for Taglibs [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1659907 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/util/net/SocketWrapper.java webapps/docs/changelog.xml

2015-02-15 Thread markt
Author: markt Date: Sun Feb 15 09:47:58 2015 New Revision: 1659907 URL: http://svn.apache.org/r1659907 Log: Make timeout volatile because it is written on a different thread than it is read on within a single request. Modified:

Bug report for Tomcat Connectors [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE] Release Apache Tomcat 8.0.19

2015-02-15 Thread Mark Thomas
On 14/02/2015 19:41, Mark Thomas wrote: The proposed Apache Tomcat 8.0.19 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed JARs are used in a web application. - Fix several bugs that

Bug report for Tomcat 6 [2015/02/15]

2015-02-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned