[Bug 54060] DigestAuthenticator doesn't parse Authorization header correctly

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 --- Comment #12 from Sean Owen --- Hello Konstantin, it's the JVM that seems to send a bad algorithm value. I've reproduced it in the following, at least: - Java 1.6.0_37 for Mac OS X - Java 1.7.0_10 for Mac OS X - OpenJDK 1.7.0_09 for Lin

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #13 from William A. Rowe Jr. --- Thanks for the review Mladen. Users tracking a version number for this bugfix should look at 1.1.26 or later. -- You are receiving this mail because: You are the assignee for the bug. ---

Re: svn commit: r1438346 - in /tomcat/native/branches/1.1.x: ./ native/src/sslcontext.c native/src/sslnetwork.c xdocs/miscellaneous/changelog.xml

2013-01-24 Thread Mladen Turk
On 01/25/2013 07:39 AM, wr...@apache.org wrote: Author: wrowe Date: Fri Jan 25 06:39:18 2013 New Revision: 1438346 URL: http://svn.apache.org/viewvc?rev=1438346&view=rev Log: Mladen and I seem to have been of the same mind, but we should pick up the change that Chuck suggested in the bug r

svn commit: r1438346 - in /tomcat/native/branches/1.1.x: ./ native/src/sslcontext.c native/src/sslnetwork.c xdocs/miscellaneous/changelog.xml

2013-01-24 Thread wrowe
Author: wrowe Date: Fri Jan 25 06:39:18 2013 New Revision: 1438346 URL: http://svn.apache.org/viewvc?rev=1438346&view=rev Log: Mladen and I seem to have been of the same mind, but we should pick up the change that Chuck suggested in the bug report as I had in r1438342, and also note a us

Re: svn commit: r1438342 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c src/sslnetwork.c src/sslutils.c

2013-01-24 Thread Mladen Turk
On 01/25/2013 07:28 AM, wr...@apache.org wrote: Author: wrowe Date: Fri Jan 25 06:28:32 2013 New Revision: 1438342 Hehe, I forgot you have commit karma. Anyhow, I have applied your patch to active 1.1.x branch as well. Regards -- ^TM -

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1438344 - in /tomcat/native/branches/1.1.x/native: include/ssl_private.h src/sslcontext.c src/sslnetwork.c src/sslutils.c

2013-01-24 Thread mturk
Author: mturk Date: Fri Jan 25 06:30:15 2013 New Revision: 1438344 URL: http://svn.apache.org/viewvc?rev=1438344&view=rev Log: BZ54468 - Apply Bill's patch for FIPS mode compliance Modified: tomcat/native/branches/1.1.x/native/include/ssl_private.h tomcat/native/branches/1.1.x/native/src/

svn commit: r1438342 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c src/sslnetwork.c src/sslutils.c

2013-01-24 Thread wrowe
Author: wrowe Date: Fri Jan 25 06:28:32 2013 New Revision: 1438342 URL: http://svn.apache.org/viewvc?rev=1438342&view=rev Log: Replace the direct use of MD5 with the EVP API's SHA1 representation of the host:port combination for the SSL session key context of each listener. This restores FIPS fu

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #11 from Mladen Turk --- SSL_vhost_algo_id can be removed since its unused. -- You are receiving this mail because: You are the assignee for the bug. - To un

buildbot success in ASF Buildbot on tomcat-trunk

2013-01-24 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/3838 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1438229 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 22:24:37 2013 New Revision: 1438229 URL: http://svn.apache.org/viewvc?rev=1438229&view=rev Log: Implement configurable buffer sizes. Also addresses: - Pass copies rather than original byte buffers to application code - Implement user properties for sessions - Ensure

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 William A. Rowe Jr. changed: What|Removed |Added CC||mt...@apache.org,

buildbot failure in ASF Buildbot on tomcat-trunk

2013-01-24 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/3836 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1437956 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrameClient.java WsWebSocketContainer.java

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 11:09:39 2013 New Revision: 1437956 URL: http://svn.apache.org/viewvc?rev=1437956&view=rev Log: Fix some exception handling TODOs Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/Ws

svn commit: r1437947 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsFrameBase.java WsSession.java WsWebSocketContainer.java server/WsProtocolHandler.java

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 11:01:52 2013 New Revision: 1437947 URL: http://svn.apache.org/viewvc?rev=1437947&view=rev Log: Refactor session creation and endpoint event firing Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java tomcat/trunk/java/org/apache/tomcat/w

buildbot success in ASF Buildbot on tomcat-trunk

2013-01-24 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/3835 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1437930 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 10:18:28 2013 New Revision: 1437930 URL: http://svn.apache.org/viewvc?rev=1437930&view=rev Log: Make sure changes to messages are visible to all threads. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified: tomcat/tru

buildbot failure in ASF Buildbot on tomcat-trunk

2013-01-24 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/3834 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Bug 45392] No OCSP support for client SSL verification

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45392 jfclere changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1437919 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrameBase.java WsFrameClient.java WsRemoteEndpointClient.java

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 09:37:17 2013 New Revision: 1437919 URL: http://svn.apache.org/viewvc?rev=1437919&view=rev Log: Address some TODOs Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

svn commit: r1437914 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2013-01-24 Thread jfclere
Author: jfclere Date: Thu Jan 24 09:05:35 2013 New Revision: 1437914 URL: http://svn.apache.org/viewvc?rev=1437914&view=rev Log: Add missing information. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/change

[Bug 54315] Redeploying webapp causes NullPointerException in managerBase

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54315 --- Comment #6 from Mark Thomas --- It has been three weeks without any further information provided. If the information has not been provided by the time of the next 7.0.x release then this issue will be closed as WONTFIX. -- You are rec

[Bug 54476] incorrect param specification in javadoc ...tribes.group.GroupChannel send methods

2013-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54476 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1437909 - /tomcat/native/branches/1.1.x/jnirelease.sh

2013-01-24 Thread jfclere
Author: jfclere Date: Thu Jan 24 08:58:02 2013 New Revision: 1437909 URL: http://svn.apache.org/viewvc?rev=1437909&view=rev Log: Add check for version/release in libtcnative.rc and tcn_version.h. Modified: tomcat/native/branches/1.1.x/jnirelease.sh Modified: tomcat/native/branches/1.1.x/jnir

svn commit: r1437908 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/group/GroupChannel.java webapps/docs/changelog.xml

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 08:57:41 2013 New Revision: 1437908 URL: http://svn.apache.org/viewvc?rev=1437908&view=rev Log: Fix Javadoc. destination has minimum length of 1, not 2 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/gro

svn commit: r1437903 - /tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 08:52:26 2013 New Revision: 1437903 URL: http://svn.apache.org/viewvc?rev=1437903&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54476 Fix Javadoc. destination has minimum length of 1, not 2 Modified: tomcat/trunk/java/org/apache/catalina/t

svn commit: r1437899 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 08:46:39 2013 New Revision: 1437899 URL: http://svn.apache.org/viewvc?rev=1437899&view=rev Log: Update to Commons Daemon 1.0.12 (add files missed in r1437898) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.properties.default Pr

svn commit: r1437898 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 08:45:29 2013 New Revision: 1437898 URL: http://svn.apache.org/viewvc?rev=1437898&view=rev Log: Update to Commons Daemon 1.0.12 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.

svn commit: r1437897 - /tomcat/trunk/build.properties.default

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 08:43:50 2013 New Revision: 1437897 URL: http://svn.apache.org/viewvc?rev=1437897&view=rev Log: Update to Commons Daemon 1.0.12 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/to

svn commit: r1437891 - in /tomcat/trunk/java/org/apache/tomcat/util/buf: B2CConverter.java C2BConverter.java UEncoder.java

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 08:18:39 2013 New Revision: 1437891 URL: http://svn.apache.org/viewvc?rev=1437891&view=rev Log: Fix Eclipse unused code warnings A handful of trivial whitespace changes for consistency Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

svn commit: r1437884 - in /tomcat/trunk/java/org/apache: catalina/connector/OutputBuffer.java tomcat/util/buf/B2CConverter.java tomcat/util/buf/C2BConverter.java tomcat/util/buf/UEncoder.java

2013-01-24 Thread markt
Author: markt Date: Thu Jan 24 08:13:45 2013 New Revision: 1437884 URL: http://svn.apache.org/viewvc?rev=1437884&view=rev Log: Trailing whitespace police Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.j

Re: [VOTE] Release Apache Tomcat Native 1.1.25

2013-01-24 Thread jean-frederic clere
On 01/24/2013 01:50 AM, Konstantin Kolinko wrote: 2013/1/23 jean-frederic clere : Version 1.1.25 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.25 is