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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736 --- Comment #6 from Frank Holler --- Created attachment 32597 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32597&action=edit example war for getResource() from lib see README.txt embedded within the zip -- You are receiving this ma

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736 --- Comment #7 from Frank Holler --- (In reply to Mark Thomas from comment #5) > (In reply to Frank Holler from comment #4) > The issue with com.mycila.xmltool falls into the category that we'd expect > the vendor to fix. I created a quiet sim

Re: [VOTE] Release Apache Tomcat 8.0.21

2015-03-24 Thread Mark Thomas
On 23/03/2015 14:59, Mark Thomas wrote: > The proposed 8.0.21 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.21 Unit tests pass on OSX, Linux and Windows. All 64-bit. BIO, NIO, NIO2 and APR/native (1.1.33) tested. Mark -

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736 --- Comment #8 from Mark Thomas --- (In reply to Frank Holler from comment #7) > So in my opinion, this is no "vendor specific" problem, because i only used > Java Runtime imports, no additional imports are needed. Accepted. The format we use

svn commit: r1668843 - in /tomcat/trunk: java/org/apache/catalina/webresources/ java/org/apache/tomcat/util/scan/ test/org/apache/catalina/webresources/

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 10:58:14 2015 New Revision: 1668843 URL: http://svn.apache.org/r1668843 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57736 Switch to */ in Tomcat's custom format for URLs for resources in JARs packed in WARs rather than ^/ since ^ is not a valid chara

svn commit: r1668844 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 11:01:42 2015 New Revision: 1668844 URL: http://svn.apache.org/r1668844 Log: Prep for next release Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc8.0.x/trunk/build.properties.

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

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 11:03:21 2015 New Revision: 1668846 URL: http://svn.apache.org/r1668846 Log: Prep for next release 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/viewvc/tomcat/tc8.

svn commit: r1668847 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/ java/org/apache/tomcat/util/scan/ test/org/apache/catalina/webresources/ webapps/docs/

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 11:07:09 2015 New Revision: 1668847 URL: http://svn.apache.org/r1668847 Log: Switch to */ in Tomcat's custom format for URLs for resources in JARs packed in WARs rather than ^/ since ^ is not a valid character for URLs as per RFC 2396. The ^/ format remains support

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736 --- Comment #9 from Mark Thomas --- >From Tomcat 8.0.22 onwards (the 8.0.21 release is currently in progress so 8.0.22 should be within the next month) */ is used rather than ^/ which is valid as per RFC 2396. The old format is still supported

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 Bug ID: 57749 Summary: NullPointerException in InternalNio2OutputBuffer$2.failed(InternalNio2OutputBu ffer.java:205) (8.0.21 RC) Product: Tomcat 8 Version: trun

[Bug 57750] New: WebSocket does not get closed when network is disconnected

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 Bug ID: 57750 Summary: WebSocket does not get closed when network is disconnected Product: Tomcat 7 Version: 7.0.50 Hardware: PC OS: Linux Sta

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

2015-03-24 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -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-20150324-native-src.tar.gz -Dexampl

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736 --- Comment #10 from Frank Holler --- (In reply to Mark Thomas from comment #9) > From Tomcat 8.0.22 onwards (the 8.0.21 release is currently in progress so > 8.0.22 should be within the next month) */ is used rather than ^/ which is > valid as

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konstanti

Re: [VOTE] Release Apache Tomcat 8.0.21

2015-03-24 Thread Ognjen Blagojevic
On 23.3.2015 15:59, Mark Thomas wrote: The proposed 8.0.21 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.21 Tested .zip distribution on Windows 7 64-bit, Oracle JDK 1.7.0_75 and APR/native 1.1.33: - Tested TLS connectivity for BIO, NIO, NIO2 and APR connect

[Bug 57750] WebSocket does not get closed when network is disconnected

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 --- Comment #1 from Mark Thomas --- Which WebSocket implementation? Which connector? Depending on circumstances, Tomcat may not be informed of the network disconnection - in which case there is no way for Tomcat to call onClose(). -- You are

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 --- Comment #2 from Mark Thomas --- That was going to be my first question - how easy is this to reproduce. I took a quick look at the code. The only way the socket could be null is if the output buffer had been recycled. That would be trigger

svn commit: r1668873 - in /tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11: InternalNio2OutputBuffer.java LocalStrings.properties

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:04:37 2015 New Revision: 1668873 URL: http://svn.apache.org/r1668873 Log: Avoid NPE reported in https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 and log the exception. Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 --- Comment #3 from Mark Thomas --- I've added some logging and I'll set the TestNonBlockingAPI test running in a loop for NIO2 until it fails. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1668897 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:56:36 2015 New Revision: 1668897 URL: http://svn.apache.org/r1668897 Log: Update comment Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpU

svn commit: r1668904 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ http11/upgrade/ spdy/

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 14:20:37 2015 New Revision: 1668904 URL: http://svn.apache.org/r1668904 Log: Simplify the processor interface by merging asyncDispatch and upgradeDispatch. There was no need for separate methods since the processor implementation is sufficient to distinguish betwee

svn commit: r1668906 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2015-03-24 Thread markt
Author: markt Date: Tue Mar 24 14:25:06 2015 New Revision: 1668906 URL: http://svn.apache.org/r1668906 Log: Javadoc fixes. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL: http://svn.apache.org/viewv

Re: [VOTE] Release Apache Tomcat Native 1.1.33

2015-03-24 Thread Christopher Schultz
Mark, On 3/23/15 5:35 AM, Mark Thomas wrote: > On 20/03/2015 15:53, Christopher Schultz wrote: >>> The Apache Tomcat Native 1.1.33 is >>> [X] Stable, go ahead and release > > > >> I'm having trouble on Mac OS X, though. >> >> Details: > > > >> Builds with lots of OpenSSL-related deprecation

svn commit: r1668912 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-03-24 Thread schultz
Author: schultz Date: Tue Mar 24 14:43:07 2015 New Revision: 1668912 URL: http://svn.apache.org/r1668912 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1668912&r1=1668911&r2=

[Bug 57108] Implement multiple sslcontext SNI (server name indication) dispatch

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57108 --- Comment #11 from Christopher Schultz --- (In reply to Unlogic from comment #10) > Well this is a bit tricky because there is two sides to this coin. > > In some cases you have a wildcard certificates or subject alternative name > certifica

buildbot success in ASF Buildbot on tomcat-8-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 57465] Build TC Native with with latest OpenSSL to address CVEs

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57465 --- Comment #9 from michael.lit...@nuix.com --- I was able to download tcnative-1.dll version 1.1.33 from http://apache.spinellicreations.com/tomcat/tomcat-connectors/native/1.1.33/ Thanks very much. -- You are receiving this mail because: Yo

[Bug 57750] WebSocket does not get closed when network is disconnected

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750 --- Comment #2 from Christopher Schultz --- I seem to recall markt doing some work on this recently: you (Mark) weren't able to replicate a network drop by disconnecting your VMs network, but physically pulling the Ethernet cable from your lapt

[Bug 57546] Memory Leak in SecureNioChannel

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57546 Mark Thomas changed: What|Removed |Added CC||roman.stobni...@dialogic.co

[Bug 57750] WebSocket does not get closed when network is disconnected

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

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 --- Comment #4 from Konstantin Kolinko --- Created attachment 32607 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32607&action=edit TEST-org.apache.catalina.nonblocking.TestNonBlockingAPI.NIO2.txt Reproduced. This is Tomcat 8 @r16689

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 --- Comment #5 from Konstantin Kolinko --- Created attachment 32608 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32608&action=edit access_log.2015-03-25 Access log file for the failed test. As I mentioned earlier, I am using test.ac

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57752 Bug ID: 57752 Summary: WebResources Cache 'lookupCount' counts non-lookups Product: Tomcat 8 Version: 8.0.20 Hardware: PC Status: NEW Severity: normal Priorit

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57752 Adam Mlodzinski changed: What|Removed |Added OS||All CC|

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

2015-03-24 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

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57753 Bug ID: 57753 Summary: Single sign on returns null for getRemoteUser when accessing insecure page Product: Tomcat 8 Version: 8.0.20 Hardware: All OS: All

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57753 --- Comment #1 from Kenneth Gendron --- After further investigation it appears the first web application that authenticates will get the user back when calling getRemoteUser(); however, any other web applications that come after will get null.

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

2015-03-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57753 --- Comment #2 from Kenneth Gendron --- Even more investigation. This only occurs when setting requireReauthentication to true. In the SingleSignOn implementation it explicitly does not set the user principal if requireReauthentication is set

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

2015-03-24 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-apr has an issue affecting its community integration. Th

Re: [VOTE] Release Apache Tomcat 8.0.21

2015-03-24 Thread Jeremy Boynes
> The proposed 8.0.21 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.21 Used to test Standard Taglib on OS X, Java 1.8 and to test examples. — Jeremy - To unsubscribe, e-mail: dev-unsubscr..