Re: svn commit: r1706858 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-10-06 Thread jean-frederic clere
On 10/05/2015 05:47 PM, r...@apache.org wrote: Author: remm Date: Mon Oct 5 15:47:21 2015 New Revision: 1706858 URL: http://svn.apache.org/viewvc?rev=1706858&view=rev Log: A flush seems to be missing when writing a window update [for consistency at least]. It seems it helps: with my demo fro

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

2015-10-06 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20151006-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-20151006/lib -Dtest.relaxTiming=true -Dcommons-daemon.

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

2015-10-06 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20151006-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151006-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

svn commit: r1706967 - /tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 09:06:12 2015 New Revision: 1706967 URL: http://svn.apache.org/viewvc?rev=1706967&view=rev Log: Trivial Javadoc commit to test the CI system Modified: tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java Modified: tomcat/trunk/java/org/apache/coyote/Protoco

buildbot success in ASF Buildbot on tomcat-trunk

2015-10-06 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/390 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1706969 - /tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 09:42:26 2015 New Revision: 1706969 URL: http://svn.apache.org/viewvc?rev=1706969&view=rev Log: Trivial Javadoc commit to test the CI system Modified: tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java Modified: tomcat/trunk/java/org/apache/coyote/Protoco

svn commit: r1706978 - in /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/net: TestSsl.java TesterSupport.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 10:24:47 2015 New Revision: 1706978 URL: http://svn.apache.org/viewvc?rev=1706978&view=rev Log: Java6 uses SSLv2Hello which Tomcat has disabled by default. Use a custom SSLSocketFactory to disable SSLv2Hello (and SSLv2) on the client side. Modified: tomcat/tc7.

svn commit: r1707046 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 12:58:24 2015 New Revision: 1707046 URL: http://svn.apache.org/viewvc?rev=1707046&view=rev Log: Fix a concurrency issue in the unit test (streams 19 and 21 may not both be blocked by the time the client sends the window update) identified by code review. It may not

buildbot failure in ASF Buildbot on tomcat-trunk

2015-10-06 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/392 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

Minor issue in jar packaging of tomcat-juli-adapters, in extras

2015-10-06 Thread Benjamin Gandon
Hi there, Working on my JULI-to-SLF4J bridge library (see ), I have identified a small and invisible issue in the jar packaging of tomcat-juli-adapters in the extras. Indeed, the LogFactoryImpl is shipped with the adapters, but it is not supposed to. 1.

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

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 13:28:38 2015 New Revision: 1707052 URL: http://svn.apache.org/viewvc?rev=1707052&view=rev Log: Ensure LogFactoryImpl is excluded from adapters jar. Reported by Benjamin Gandon on the dev list Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml UR

svn commit: r1707053 - in /tomcat/tc8.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 13:30:45 2015 New Revision: 1707053 URL: http://svn.apache.org/viewvc?rev=1707053&view=rev Log: Ensure LogFactoryImpl is excluded from adapters jar. Reported by Benjamin Gandon on the dev list Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/

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

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 13:32:27 2015 New Revision: 1707054 URL: http://svn.apache.org/viewvc?rev=1707054&view=rev Log: Ensure LogFactoryImpl is excluded from adapters jar. Reported by Benjamin Gandon on the dev list Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/

buildbot success in ASF Buildbot on tomcat-trunk

2015-10-06 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/393 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

Re: Minor issue in jar packaging of tomcat-juli-adapters, in extras

2015-10-06 Thread Mark Thomas
On 06/10/2015 14:14, Benjamin Gandon wrote: > Hi there, > > Working on my JULI-to-SLF4J bridge library (see > ), > I have identified a small and invisible issue in the jar packaging of > tomcat-juli-adapters in the extras. > > Indeed, the LogFactoryImpl

svn commit: r1707057 - /tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 13:49:06 2015 New Revision: 1707057 URL: http://svn.apache.org/viewvc?rev=1707057&view=rev Log: Improve Javadoc This closes #6 Based on a pull request by theau-aurelien Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java Modified: tomcat/tc7.0.x

Re: Minor issue in jar packaging of tomcat-juli-adapters, in extras

2015-10-06 Thread Benjamin Gandon
Thanks for the (lightning fast) response Mark! > Le 6 oct. 2015 à 15:43, Mark Thomas a écrit : > > On 06/10/2015 14:14, Benjamin Gandon wrote: >> Hi there, >> >> Working on my JULI-to-SLF4J bridge library (see >> ), >> I have identified a small and inv

svn commit: r1707060 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 14:08:51 2015 New Revision: 1707060 URL: http://svn.apache.org/viewvc?rev=1707060&view=rev Log: More debug Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.jav

svn commit: r1707072 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java

2015-10-06 Thread remm
Author: remm Date: Tue Oct 6 15:19:08 2015 New Revision: 1707072 URL: http://svn.apache.org/viewvc?rev=1707072&view=rev Log: - Add a (large) TODO for OpenSSL configuration. - Remove unused log field. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java Modified:

svn commit: r1707077 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java

2015-10-06 Thread remm
Author: remm Date: Tue Oct 6 15:39:51 2015 New Revision: 1707077 URL: http://svn.apache.org/viewvc?rev=1707077&view=rev Log: Forgot unused imports. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Abstrac

buildbot failure in ASF Buildbot on tomcat-trunk

2015-10-06 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/396 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1707088 - /tomcat/trunk/java/org/apache/tomcat/util/file/ConfigFileLoader.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 16:57:37 2015 New Revision: 1707088 URL: http://svn.apache.org/viewvc?rev=1707088&view=rev Log: Correct an error in the fix for BZ 56777 that did not correctly handle absolute paths on Windows. Modified: tomcat/trunk/java/org/apache/tomcat/util/file/ConfigFileL

svn commit: r1707089 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/file/ConfigFileLoader.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 17:00:44 2015 New Revision: 1707089 URL: http://svn.apache.org/viewvc?rev=1707089&view=rev Log: Correct an error in the fix for BZ 56777 that did not correctly handle absolute paths on Windows. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.

svn commit: r1707090 - /tomcat/trunk/java/org/apache/tomcat/util/file/ConfigFileLoader.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 17:01:28 2015 New Revision: 1707090 URL: http://svn.apache.org/viewvc?rev=1707090&view=rev Log: Tab police Modified: tomcat/trunk/java/org/apache/tomcat/util/file/ConfigFileLoader.java Modified: tomcat/trunk/java/org/apache/tomcat/util/file/ConfigFileLoader.jav

Using CredentialHandlers in application code

2015-10-06 Thread Christopher Schultz
All, We (somewhat) recently introduced the CredentialHandler to Tomcat in order to make it easier to use different password-munging strategies along with all the Realm implementations. A good example is using a hash like SHA-256 in one case (using MessageDigest) and using PBKDF2 in another case (u

Re: Using CredentialHandlers in application code

2015-10-06 Thread Mark Thomas
On 06/10/2015 18:05, Christopher Schultz wrote: > All, > > We (somewhat) recently introduced the CredentialHandler to Tomcat in > order to make it easier to use different password-munging strategies > along with all the Realm implementations. A good example is using a hash > like SHA-256 in one ca

svn commit: r1707130 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-10-06 Thread markt
Author: markt Date: Tue Oct 6 19:59:06 2015 New Revision: 1707130 URL: http://svn.apache.org/viewvc?rev=1707130&view=rev Log: The CI systems continue to find more timing assumptions in the unit tests. Fix another one. Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.

buildbot success in ASF Buildbot on tomcat-trunk

2015-10-06 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/398 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

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

2015-10-06 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-tc8.0.x-test-apr has an issue affecting its community integration.

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

2015-10-06 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