Re: Time for 7.0.60

2015-03-26 Thread Violeta Georgieva
2015-03-25 16:20 GMT+02:00 Christopher Schultz : > > Violetta, > > On 3/25/15 6:21 AM, Violeta Georgieva wrote: > > Hi, > > > > 2015-03-05 21:39 GMT+02:00 Violeta Georgieva : > >> > >> Hi, > >> > >> I plan to start preparing 7.0.60 for voting. > >> > >> If you want to add something to this release

svn commit: r1669284 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_60: ./ build.properties.default

2015-03-26 Thread violetagg
Author: violetagg Date: Thu Mar 26 07:40:22 2015 New Revision: 1669284 URL: http://svn.apache.org/r1669284 Log: Tag 7.0.60 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_60/ (props changed) - copied from r1669282, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_60/build.prop

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

2015-03-26 Thread violetagg
Author: violetagg Date: Thu Mar 26 08:19:27 2015 New Revision: 1669290 URL: http://svn.apache.org/r1669290 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default tomcat/tc7.0.x/trunk/webapps/docs/changel

svn commit: r8439 [1/2] - in /dev/tomcat/tomcat-7/v7.0.60: ./ bin/ bin/embed/ bin/extras/ src/

2015-03-26 Thread violetagg
Author: violetagg Date: Thu Mar 26 08:24:36 2015 New Revision: 8439 Log: Stage 7.0.60RC Added: dev/tomcat/tomcat-7/v7.0.60/ dev/tomcat/tomcat-7/v7.0.60/KEYS (with props) dev/tomcat/tomcat-7/v7.0.60/README.html (with props) dev/tomcat/tomcat-7/v7.0.60/RELEASE-NOTES dev/tomc

svn commit: r8439 [2/2] - in /dev/tomcat/tomcat-7/v7.0.60: ./ bin/ bin/embed/ bin/extras/ src/

2015-03-26 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.60/bin/embed/apache-tomcat-7.0.60-embed.zip.md5 == --- dev/tomcat/tomcat-7/v7.0.60/bin/embed/apache-tomcat-7.0.60-embed.zip.md5 (added) +++ dev/tomcat/tomcat-7/v7.0.60/bin/embed/apache-tomca

[VOTE] Release Apache Tomcat 7.0.60

2015-03-26 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.60 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.60/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1040/ The svn tag is: http://svn.apache.org/

[Bug 57761] WebSocket client won't connect to URLs that don't end in a slash (/)

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57761 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera

svn commit: r1669302 - /tomcat/native/trunk/native/src/sslinfo.c

2015-03-26 Thread rjung
Author: rjung Date: Thu Mar 26 09:14:52 2015 New Revision: 1669302 URL: http://svn.apache.org/r1669302 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. Not compiled or tested, waiting for GUMP. Modified: tomcat/native/tr

svn commit: r1669303 - in /tomcat/native/branches/1.1.x: ./ native/src/sslinfo.c xdocs/miscellaneous/changelog.xml

2015-03-26 Thread rjung
Author: rjung Date: Thu Mar 26 09:17:16 2015 New Revision: 1669303 URL: http://svn.apache.org/r1669303 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. Not tested, waiting for GUMP. Backport of 1669302 from trunk. Modified:

Re: [GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-03-26 Thread Rainer Jung
ve-make (Type: Build) Work ended in a state of : Failed Elapsed: 12 secs Command Line: make [Working Directory: /srv/gump/public/workspace/tomcat-native/native] - /bin/bash /srv/gump/public/workspace/apr-1/dest-20150326/build-1/libtool --silent --mod

[Bug 57762] WebSocket client doesn't detect forceful connection failures

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57762 --- Comment #2 from Remy Maucherat --- The NIO2 code that the client uses looks ok to me (WsFrameClient) and should work unless there's a JVM or platform issue. If the JVM doesn't report that the socket is gone using the failed of the completio

[Bug 57749] NullPointerException in InternalNio2OutputBuffer$2.failed(InternalNio2OutputBuffer.java:205) (8.0.21 RC)

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 --- Comment #6 from Remy Maucherat --- IMO, the logging level should be debug, there are other places where the socket is checked for null due to possible concurrent close and there's no logging at all. -- You are receiving this mail because:

[Bug 57749] NullPointerException in InternalNio2OutputBuffer$2.failed(InternalNio2OutputBuffer.java:205) (8.0.21 RC)

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 --- Comment #7 from Mark Thomas --- I opted for WARN until we were more sure what the root cause was. If it is concurrent close then no objections to making it debug. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57761] WebSocket client won't connect to URLs that don't end in a slash (/)

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57761 --- Comment #2 from Mark Thomas --- It isn't the redirec. The Tomcat client has a bug. It requests "GET HTTP/1.1". -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 57761] WebSocket client won't connect to URLs that don't end in a slash (/)

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57761 --- Comment #3 from Remy Maucherat --- Ah, that's another explanation and easier fix ! More generally, if it ran into a redirect (like requesting the root of a webapp maybe) or anything besides the upgrade response really, I don't think anythi

[Bug 54534] JMX connection may load servlet with invalid ClassLoader

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54534 --- Comment #3 from Paweł Omelko --- It seems like this bug still occur for Tomcat 8.0.20. As you can see on stacktrace below, during application start-up (thread [myApp-startStop-1]), another thread (thread [RMI TCP Connection(14)-172.17.14.

Re: [VOTE] Release Apache Tomcat 7.0.60

2015-03-26 Thread Ognjen Blagojevic
On 26.3.2015 9:31, Violeta Georgieva wrote: The proposed 7.0.60 release is: [X] Broken - do not release [ ] Stable - go ahead and release as 7.0.60 Stable (non-binding vote) Tested .zip distribution on Windows 7 64-bit, Oracle JDK 1.8.0_40. Tested BIO and NIO connector option useServerCipherS

Re: Reg: Bug 56438

2015-03-26 Thread Pravallika Peddi
Hi Mark, Sorry, I was on long vacation due to which I could not respond immediately on bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 *Below are my further observations on Tomcat7.0 trunk:* 1) As mentioned in bug, in Tomcat7.0 catalina.properties file first 4 default jars(except

Re: [VOTE] Release Apache Tomcat 7.0.60

2015-03-26 Thread Ognjen Blagojevic
On 26.3.2015 14:23, Ognjen Blagojevic wrote: On 26.3.2015 9:31, Violeta Georgieva wrote: The proposed 7.0.60 release is: [X] Broken - do not release [ ] Stable - go ahead and release as 7.0.60 Stable ... I'm still investigating why this doesn't work as expected. It was introduced in 1662994,

Re: [VOTE] Release Apache Tomcat 7.0.60

2015-03-26 Thread Violeta Georgieva
2015-03-26 15:40 GMT+02:00 Ognjen Blagojevic : > > On 26.3.2015 14:23, Ognjen Blagojevic wrote: >> >> On 26.3.2015 9:31, Violeta Georgieva wrote: >>> >>> The proposed 7.0.60 release is: >>> [X] Broken - do not release >>> [ ] Stable - go ahead and release as 7.0.60 Stable > > ... >> >> I'm still in

Re: [VOTE][CANCEL] Release Apache Tomcat 7.0.60

2015-03-26 Thread Violeta Georgieva
2015-03-26 10:31 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.60 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.60/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/

[Tomcat Wiki] Update of "Security/Ciphers" by OgnjenBlagojevic

2015-03-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by OgnjenBlagojevic: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=3&rev2=4 Comment: Added link to mozilla wiki TLS.

svn commit: r8447 - /dev/tomcat/tomcat-7/v7.0.60/

2015-03-26 Thread violetagg
Author: violetagg Date: Thu Mar 26 14:04:45 2015 New Revision: 8447 Log: Tomcat 7.0.60 does not pass the vote Removed: dev/tomcat/tomcat-7/v7.0.60/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r1669346 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2015-03-26 Thread violetagg
Author: violetagg Date: Thu Mar 26 14:09:05 2015 New Revision: 1669346 URL: http://svn.apache.org/r1669346 Log: Correct the check used for Java 8 JSSE server-preferred TLS cipher suite ordering. Patch provided by Ognjen Blagojevic. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/n

Re: [VOTE] Release Apache Tomcat 8.0.21

2015-03-26 Thread Felix Schumacher
Am 23.03.2015 15:59, schrieb Mark Thomas: The proposed Apache Tomcat 8.0.21 release is now available for voting. The main changes since 8.0.20 are: - Enable Tomcat to detect when a WAR file has been changed while Tomcat is not running. - Add support for Java 8 JSSE server-preferred TLS cipher

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

2015-03-26 Thread violetagg
Author: violetagg Date: Thu Mar 26 14:14:19 2015 New Revision: 1669347 URL: http://svn.apache.org/r1669347 Log: 7.0.60 marked as 'not released' Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

[Bug 57762] WebSocket client doesn't detect forceful connection failures

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57762 palmer...@gmail.com changed: What|Removed |Added OS|Mac OS X 10.1 |Mac OS X 10.9 --- Comment #3 from

svn commit: r1669349 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_61: ./ build.properties.default

2015-03-26 Thread violetagg
Author: violetagg Date: Thu Mar 26 14:26:14 2015 New Revision: 1669349 URL: http://svn.apache.org/r1669349 Log: Tag 7.0.61 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_61/ (props changed) - copied from r1669348, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_61/build.prop

Re: [VOTE][CANCEL] Release Apache Tomcat 7.0.60

2015-03-26 Thread Ognjen Blagojevic
Violeta, On 26.3.2015 14:57, Violeta Georgieva wrote: I'm canceling the vote in order to pickup the fix for ServerCipherSuitesOrder support. Could you, please wait until I test if everything is Ok with 7.0.x, before you put 7.0.61 on voting? -Ognjen

Re: [VOTE][CANCEL] Release Apache Tomcat 7.0.60

2015-03-26 Thread Violeta Georgieva
2015-03-26 16:36 GMT+02:00 Ognjen Blagojevic : > > Violeta, > > On 26.3.2015 14:57, Violeta Georgieva wrote: >> >> I'm canceling the vote in order to pickup the fix for ServerCipherSuitesOrder >> support. > > > Could you, please wait until I test if everything is Ok with 7.0.x, before you put 7.0.6

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-03-26 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/594 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

svn commit: r1669353 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsWebSocketContainer.java test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java test/org/apache/tomcat/websocket/Test

2015-03-26 Thread remm
Author: remm Date: Thu Mar 26 15:28:55 2015 New Revision: 1669353 URL: http://svn.apache.org/r1669353 Log: 57761: Avoid using an empty path in the HTTP request when the websocket client connects to a server root. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.ja

[Bug 57761] WebSocket client won't connect to URLs that don't end in a slash (/)

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57761 --- Comment #4 from Remy Maucherat --- The empty path in the request line is fixed in r1669353 in trunk, but I also verified that the websocket client cannot handle anything other than an upgrade response, so the same test adapted to a webapp r

svn commit: r1669370 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 16:45:15 2015 New Revision: 1669370 URL: http://svn.apache.org/r1669370 Log: Use constants for constant byte arrays. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWeb

buildbot exception in ASF Buildbot on tomcat-trunk

2015-03-26 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1081 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

buildbot success in ASF Buildbot on tomcat-trunk

2015-03-26 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/1080 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

[Tomcat Wiki] Trivial Update of "Security/Ciphers" by ChristopherSchultz

2015-03-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=4&rev2=5 Comment: Added links. Fixed grammar and spe

svn commit: r1669430 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 20:38:29 2015 New Revision: 1669430 URL: http://svn.apache.org/r1669430 Log: Cleanup/simplify Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java UR

svn commit: r1669432 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java test/org/apache/tomcat/web

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 20:53:01 2015 New Revision: 1669432 URL: http://svn.apache.org/r1669432 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57761 Avoid using an empty path in the HTTP request when the websocket client connects to a server root. Modified: tomcat/tc8.0.x/tru

svn commit: r1669434 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 20:55:57 2015 New Revision: 1669434 URL: http://svn.apache.org/r1669434 Log: Use constants for constant byte arrays. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Propchang

svn commit: r1669435 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java test/org/apache/tomcat/web

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 20:59:59 2015 New Revision: 1669435 URL: http://svn.apache.org/r1669435 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57761 Avoid using an empty path in the HTTP request when the websocket client connects to a server root. Modified: tomcat/tc7.0.x/tru

[Bug 57761] WebSocket client won't connect to URLs that don't end in a slash (/)

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57761 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[VOTE][RESULT] Release Apache Tomcat 8.0.21

2015-03-26 Thread Mark Thomas
The following votes were case: Binding: +1: jfarcand, markt, jboynes, violetagg, remm, schultz, Non-binding: +1: Ognjen Blagojevic, mgrigorov, fschumacher The vote therefore passes. Thank you to everyone who took the time to test this RC. Mark -

svn commit: r8454 - /dev/tomcat/tomcat-8/v8.0.21/ /release/tomcat/tomcat-8/v8.0.21/

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 21:22:16 2015 New Revision: 8454 Log: Release 8.0.21 Added: release/tomcat/tomcat-8/v8.0.21/ - copied from r8453, dev/tomcat/tomcat-8/v8.0.21/ Removed: dev/tomcat/tomcat-8/v8.0.21/ -

svn commit: r1669445 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 21:26:54 2015 New Revision: 1669445 URL: http://svn.apache.org/r1669445 Log: 8.0.21 vote passed. Update release date. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org

[Bug 57736] changes from Tomcat 7 to Tomcat 8 causing problems

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

svn commit: r1669451 - /tomcat/trunk/java/org/apache/catalina/webresources/Cache.java

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 21:48:00 2015 New Revision: 1669451 URL: http://svn.apache.org/r1669451 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57752 Exclude non-cached resources from Cache statistics. Patch by Adam Mlodzinski Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r1669453 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/Cache.java webapps/docs/changelog.xml

2015-03-26 Thread markt
Author: markt Date: Thu Mar 26 21:50:28 2015 New Revision: 1669453 URL: http://svn.apache.org/r1669453 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57752 Exclude non-cached resources from the Cache statistics for resource lookups. Patch provided by Adam Mlodzinski. Modified: tomcat

[Bug 57752] WebResources Cache 'lookupCount' counts non-lookups

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57752 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57753] Single sign on returns null for getRemoteUser when accessing insecure page

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57753 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

buildbot success in ASF Buildbot on tomcat-trunk

2015-03-26 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/1082 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-03-26 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/595 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

[Bug 55988] Add parameter useCipherSuitesOrder to JSSE (BIO and NIO) connectors [PATCH]

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 Ognjen Blagojevic changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 55988] Add parameter useCipherSuitesOrder to JSSE (BIO and NIO) connectors [PATCH]

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 --- Comment #22 from Ognjen Blagojevic --- Created attachment 32611 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32611&action=edit Patch to add setters for SSLParameters -- You are receiving this mail because: You are the assignee f

Re: [VOTE][CANCEL] Release Apache Tomcat 7.0.60

2015-03-26 Thread Ognjen Blagojevic
Violetta, On 26.3.2015 15:43, Violeta Georgieva wrote: 2015-03-26 16:36 GMT+02:00 Ognjen Blagojevic : Violeta, On 26.3.2015 14:57, Violeta Georgieva wrote: I'm canceling the vote in order to pickup the fix for ServerCipherSuitesOrder support. Could you, please wait until I test if ever

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-03-26 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-native-make has an issue affecting its community integration. This

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

2015-03-26 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-nio2 has an issue affecting its community integration

svn commit: r1669496 - /tomcat/native/trunk/native/src/sslinfo.c

2015-03-26 Thread rjung
Author: rjung Date: Fri Mar 27 03:08:44 2015 New Revision: 1669496 URL: http://svn.apache.org/r1669496 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. Not tested, waiting for GUMP. Modified: tomcat/native/trunk/native/s

svn commit: r1669497 - in /tomcat/native/branches/1.1.x: ./ native/src/sslinfo.c

2015-03-26 Thread rjung
Author: rjung Date: Fri Mar 27 03:09:52 2015 New Revision: 1669497 URL: http://svn.apache.org/r1669497 Log: Replace access to OpenSSL SSL internals by accessor function. Internals are no longer available for OpenSSL master. Not tested, waiting for GUMP. Backport of r1669496 from trunk. Modified

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

2015-03-26 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-tc7.0.x-test-bio has an issue affecting its community integration.

[Bug 57765] New: autodeploy sometimes fails to redeploy the latest war

2015-03-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57765 Bug ID: 57765 Summary: autodeploy sometimes fails to redeploy the latest war Product: Tomcat 7 Version: 7.0.56 Hardware: PC OS: All Status: NEW Severity

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

2015-03-26 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-tc7.0.x-test-nio has an issue affecting its community integration.