svn commit: r1718527 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/catalina/mapper/ java/org/apache/catalina/session/ java/org/apache/

2015-12-08 Thread violetagg
Author: violetagg Date: Tue Dec 8 08:17:38 2015 New Revision: 1718527 URL: http://svn.apache.org/viewvc?rev=1718527&view=rev Log: Merged revision 1718523 from tomcat/trunk: Classes are final but declare protected fields. Reported by Findbugs. Modified: tomcat/tc8.0.x/trunk/ (props changed)

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

2015-12-08 Thread Bill Barker
ive.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151208-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache

svn commit: r1718537 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/catalina/session/ java/org/apac

2015-12-08 Thread violetagg
Author: violetagg Date: Tue Dec 8 08:55:26 2015 New Revision: 1718537 URL: http://svn.apache.org/viewvc?rev=1718537&view=rev Log: Merged revision 1718523 from tomcat/trunk: Classes are final but declare protected fields. Reported by Findbugs. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn propchange: r1718302 - svn:log

2015-12-08 Thread violetagg
Author: violetagg Revision: 1718302 Modified property: svn:log Modified: svn:log at Tue Dec 8 09:01:41 2015 -- --- svn:log (original) +++ svn:log Tue Dec 8 09:01:41 2015 @@ -1 +1 @@ -Updates (excluding docs) for 8.0.309

Re: svn commit: r1718302 - in /tomcat/site/trunk: ./ docs/ xdocs/

2015-12-08 Thread Violeta Georgieva
2015-12-08 4:13 GMT+02:00 Huxing Zhang : > > Hi, > > There is a typo in commit message. > > Log: > Updates (excluding docs) for 8.0.309 release > > should be 8.0.30? I fixed that. Thanks, Violeta > -- > From:markt > Time:2015 Dec 7

Re: [VOTE] Release Apache Tomcat 7.0.67

2015-12-08 Thread Violeta Georgieva
2015-12-07 17:15 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.67 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.67/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/

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

2015-12-08 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151208-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151208/lib -Dt

Identifying source jars matching a particular Tomcat version

2015-12-08 Thread Chiranga Alwis
Hi, I have been working on developing a new SSO valve to enable Single Sign On capability by extending the org.apache.catalina.authenticator.SingleSignOn class. In this attempt, I have been trying to use an existing Apache Tomcat distribution. Based on my initial understanding, I am attempting to

Re: [VOTE] Release Apache Tomcat 7.0.67

2015-12-08 Thread Felix Schumacher
Am 7. Dezember 2015 16:15:22 MEZ, schrieb Violeta Georgieva : >The proposed Apache Tomcat 7.0.67 release is now available for voting. > >It can be obtained from: >https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.67/ >The Maven staging repo is: >https://repository.apache.org/content/re

Re: Time for tomcat-native 1.2.3?

2015-12-08 Thread Konstantin Kolinko
2015-12-04 14:42 GMT+03:00 Mark Thomas : > Give the recent OpenSSL vulnerability announcements [1], I was planning > on starting a tomcat-native 1.2.3 release to provide an updated Windows > binary. > > There are a few fixes in trunk since 1.2.2. I'll get the changelog updated. > > I'm currently pl

Re: Time for tomcat-native 1.2.3?

2015-12-08 Thread Mark Thomas
On 08/12/2015 18:55, Konstantin Kolinko wrote: > 2015-12-04 14:42 GMT+03:00 Mark Thomas : >> Give the recent OpenSSL vulnerability announcements [1], I was planning >> on starting a tomcat-native 1.2.3 release to provide an updated Windows >> binary. >> >> There are a few fixes in trunk since 1.2.2

svn commit: r1718690 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2015-12-08 Thread markt
Author: markt Date: Tue Dec 8 20:19:28 2015 New Revision: 1718690 URL: http://svn.apache.org/viewvc?rev=1718690&view=rev Log: Non-blocking should throw an EOFException on EOF as well. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java tomcat/trunk/webapps/docs/change

svn commit: r1718700 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2015-12-08 Thread markt
Author: markt Date: Tue Dec 8 20:55:37 2015 New Revision: 1718700 URL: http://svn.apache.org/viewvc?rev=1718700&view=rev Log: Remove unused code. unloading can never be true here since it is only true during the execution of unload() and that, like loadServlet(), is synchronized. Modified:

[Bug 56530] WebappClassLoader.loadClass synchronization issue due to coarse lock at WebappClassLoader instance level instead of been by class name

2015-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56530 --- Comment #25 from jones...@oildex.com --- We'd recently migrated from Weblogic 11g to Tomcat 8/Java 8. We very quickly found this to be a critical problem as well in highly concurrent environment. Glad to have come across it and have the re

Re: [VOTE] Release Apache Tomcat 7.0.67

2015-12-08 Thread Huxing Zhang
+1 (non-binding) to release. Testing environment: RHEL 6.2, JDK 1.6.0_22(with jdk.7.home point to 1.7.0_67), tcnative 1.2.2, apr 1.5.2 Test results: All the test cases of BIO/NIO/APR has successfully passed. Smoking test based on built-in examples: successful. Best, Huxing Zhang --

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

2015-12-08 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-nio has an issue affecting its community integration. Th

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

2015-12-08 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-nio2 has an issue affecting its community integration. T