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

2014-04-22 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

[Bug 56446] New: Handling InvocationTargetException for PojoMessageHandlerWholeBase and PojoMessageHandlerPartialBase.onMessage()

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56446 Bug ID: 56446 Summary: Handling InvocationTargetException for PojoMessageHandlerWholeBase and PojoMessageHandlerPartialBase.onMessage() Product: Tomcat 8 Ve

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Remy Maucherat changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #13 from Mark Thomas --- I have been able to make a little progress debugging this. I still have not been able to reproduce this on Windows. 1. The issue appears to be timing related. On OSX I see the error when running from th

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #12 from Konstantin Kolinko --- Created attachment 31550 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31550&action=edit test log (r1589303, Win7) Test log on Windows with trunk at r1589303. Failed on request numb

svn commit: r1589303 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java

2014-04-22 Thread kkolinko
Author: kkolinko Date: Tue Apr 22 23:04:40 2014 New Revision: 1589303 URL: http://svn.apache.org/r1589303 Log: Additional information for debugging the test: log on which iteration it failed. (It is possible to chain AssertionErrors, but JUnit does not print stack trace for the nested AE. Thus I

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Benjamin Plocek changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVA

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #11 from Remy Maucherat --- On Linux it fails 100% of the time too now (it used to be about 50%). NIO2 still does not fail for whatever reason. I can investigate tomorrow if needed. My trace is on Linux is: Testcase: testRenego

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #10 from Konstantin Kolinko --- With trunk at r1589300 the test now fails for me consistently in 10 of 10 runs on Windows 7 + JDK 7u55 32-bit. I am running with execute.validate=false execute.test.bio=false execute.test.nio=tr

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #9 from Mark Thomas

svn commit: r1589300 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 22:07:58 2014 New Revision: 1589300 URL: http://svn.apache.org/r1589300 Log: Windows OK. Seeing failures on Linux - add debug code. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestSs

svn commit: r1589299 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 21:59:26 2014 New Revision: 1589299 URL: http://svn.apache.org/r1589299 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 Re-write renegotiation test to test that renegotiation works rather than to test that an exception is not triggered it it is att

svn commit: r1589296 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 21:28:53 2014 New Revision: 1589296 URL: http://svn.apache.org/r1589296 Log: Restore accidently commented out code Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java URL: http

svn commit: r1589295 - in /tomcat/trunk/test/org/apache/tomcat/util/net: TestClientCert.java TestCustomSsl.java TestSsl.java TesterSupport.java

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 21:28:03 2014 New Revision: 1589295 URL: http://svn.apache.org/r1589295 Log: Tomcat 8 uses Java 7 where RFC 5746 is supported in all versions so remove unused/unnecessary code. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestClientCert.java tomca

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Konstantin Kolinko
2014-04-23 0:43 GMT+04:00 Mark Thomas : > On 22/04/2014 21:35, Konstantin Kolinko wrote: >> 2014-04-23 0:30 GMT+04:00 Mark Thomas : >>> On 22/04/2014 21:21, Christopher Schultz wrote: >>> Before posting, I checked just so I wouldn't embarrass myself. It worked just fine. My guess is that

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 --- Comment #7 from Remy Maucherat --- As an enhancement, it should be fine to say the rewrite valve should be used. It is a generic solution that can take care of any matching scenario, but it would be bad to add tiny proprietary extension

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

2014-04-22 Thread Konstantin Kolinko
2014-04-23 0:13 GMT+04:00 Christopher Schultz : > Konstantin, > > On 4/22/14, 12:15 PM, kkoli...@apache.org wrote: >> Author: kkolinko >> Date: Tue Apr 22 16:15:49 2014 >> New Revision: 1589195 >> > >> + c) "enterFipsMode = 1 != fipsModeState;" code and comment before it >> are wrong. >> >>

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Mark Thomas
On 22/04/2014 21:35, Konstantin Kolinko wrote: > 2014-04-23 0:30 GMT+04:00 Mark Thomas : >> On 22/04/2014 21:21, Christopher Schultz wrote: >> >>> Before posting, I checked just so I wouldn't embarrass myself. It >>> worked just fine. My guess is that you changed the implementation >>> to throw an

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Christopher Schultz
Mark, On 4/22/14, 4:30 PM, Mark Thomas wrote: > On 22/04/2014 21:21, Christopher Schultz wrote: > >> Before posting, I checked just so I wouldn't embarrass myself. It >> worked just fine. My guess is that you changed the implementation >> to throw an exception after removing the 'final' which the

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Konstantin Kolinko
2014-04-23 0:30 GMT+04:00 Mark Thomas : > On 22/04/2014 21:21, Christopher Schultz wrote: > >> Before posting, I checked just so I wouldn't embarrass myself. It >> worked just fine. My guess is that you changed the implementation >> to throw an exception after removing the 'final' which then makes

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Mark Thomas
On 22/04/2014 21:21, Christopher Schultz wrote: > Before posting, I checked just so I wouldn't embarrass myself. It > worked just fine. My guess is that you changed the implementation > to throw an exception after removing the 'final' which then makes > the 'final' legal again. I don't see any va

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Christopher Schultz
Mark, On 4/22/14, 4:18 PM, Mark Thomas wrote: > On 22/04/2014 21:15, Christopher Schultz wrote: >> Mark, > >> On 4/22/14, 3:58 PM, Mark Thomas wrote: >>> On 22/04/2014 20:53, Christopher Schultz wrote: Mark/Konstantin, >>> On 4/18/14, 11:29 AM, kkoli...@apache.org wrote: > Author: k

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

2014-04-22 Thread Christopher Schultz
Konstantin, On 4/22/14, 12:15 PM, kkoli...@apache.org wrote: > Author: kkolinko > Date: Tue Apr 22 16:15:49 2014 > New Revision: 1589195 > > URL: http://svn.apache.org/r1589195 > Log: > veto, as I think the new options do not work > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > Modified

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/04/2014 21:15, Christopher Schultz wrote: > Mark, > > On 4/22/14, 3:58 PM, Mark Thomas wrote: >> On 22/04/2014 20:53, Christopher Schultz wrote: >>> Mark/Konstantin, >> >>> On 4/18/14, 11:29 AM, kkoli...@apache.org wrote: Author: kkolinko

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Christopher Schultz
Mark, On 4/22/14, 3:58 PM, Mark Thomas wrote: > On 22/04/2014 20:53, Christopher Schultz wrote: >> Mark/Konstantin, > >> On 4/18/14, 11:29 AM, kkoli...@apache.org wrote: >>> Author: kkolinko Revision: 1588102 Modified property: svn:log >>> >>> Modified: svn:log at Fri Apr 18 15:29:06 2014 >>> --

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Konstantin Kolinko
2014-04-22 23:53 GMT+04:00 Christopher Schultz : > Mark/Konstantin, > > On 4/18/14, 11:29 AM, kkoli...@apache.org wrote: >> Author: kkolinko >> Revision: 1588102 >> Modified property: svn:log >> >> Modified: svn:log at Fri Apr 18 15:29:06 2014 >>

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/04/2014 20:53, Christopher Schultz wrote: > Mark/Konstantin, > > On 4/18/14, 11:29 AM, kkoli...@apache.org wrote: >> Author: kkolinko Revision: 1588102 Modified property: svn:log >> >> Modified: svn:log at Fri Apr 18 15:29:06 2014 >> -

Re: svn propchange: r1588102 - svn:log

2014-04-22 Thread Christopher Schultz
Mark/Konstantin, On 4/18/14, 11:29 AM, kkoli...@apache.org wrote: > Author: kkolinko > Revision: 1588102 > Modified property: svn:log > > Modified: svn:log at Fri Apr 18 15:29:06 2014 > -- > --- svn:log (original) > +++ s

[Bug 56441] Misleading error message in FilterBase cause by invalid regex

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56441 --- Comment #1 from Christopher Schultz --- Confirmed. It seems that IntrospectionUtils.setProperty catches things like InvocationTargetException and logs them at the DEBUG level. I assert that such things should be logged at the WARN leve

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 Christopher Schultz changed: What|Removed |Added Resolution|WORKSFORME |INVALID --- Comment #6 from

[Bug 56415] EXCEPTION_ACCESS_VIOLATION (0xc0000005) in tcnative-1.dll

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56415 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #4 from Chri

[Bug 56430] Extension mapping that includes a dot in the extension does not work

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56430 --- Comment #5 from Karl Peterbauer --- I think both the Servlet spec and Tomcat's implementation are quite unfortunate. Patterns like '*.jsp' or '*.my.txt' closely resemble the venerable UNIX glob style pattern matching, and consequenty th

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #8 from Mark Thomas --- I can't reproduce this on Windows or OSX (tried 10+ runs) either. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #7 from Remy Maucherat --- I could randomly reproduce it (on Linux), same stack trace. But it is odd, it does not happen with NIO2 for me, and I don't see why it wouldn't (the SSL code is the same use of SSL engine). I can't rep

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #6 from Rainer Jung --- Not here. Just ran that test 10 times for Tomcat 8 trunk with NIO, BIO and APR each on Solaris 10 Sparc using Java 1.7.0_51. No failures. Petr: Can you reproduce? -- You are receiving this mail because

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

2014-04-22 Thread kkolinko
Author: kkolinko Date: Tue Apr 22 16:15:49 2014 New Revision: 1589195 URL: http://svn.apache.org/r1589195 Log: veto, as I think the new options do not work 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/tr

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Mark Th

[Bug 56442] ClassNotFoundException does not produce error

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56442 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1589175 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/LocalStrings.properties webapps/docs/changelog.xml

2014-04-22 Thread kkolinko
Author: kkolinko Date: Tue Apr 22 15:37:02 2014 New Revision: 1589175 URL: http://svn.apache.org/r1589175 Log: Merged revisions r1589166, r1589165, r1589170 from tomcat/trunk: Reviewing r1589103 s/J2EE/JavaEE/ in a message Correct a typo in changelog Add changelog entry for Tomcat Native upgrade

svn commit: r1589170 - /tomcat/trunk/webapps/docs/changelog.xml

2014-04-22 Thread kkolinko
Author: kkolinko Date: Tue Apr 22 15:33:36 2014 New Revision: 1589170 URL: http://svn.apache.org/r1589170 Log: Correct a typo Add changelog entry for Tomcat Native upgrade Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apa

svn commit: r1589166 - /tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

2014-04-22 Thread kkolinko
Author: kkolinko Date: Tue Apr 22 15:21:48 2014 New Revision: 1589166 URL: http://svn.apache.org/r1589166 Log: Reviewing r1589103 s/J2EE/JavaEE/ in a message Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/websocke

svn commit: r1589165 - /tomcat/trunk/webapps/docs/changelog.xml

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 15:20:25 2014 New Revision: 1589165 URL: http://svn.apache.org/r1589165 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

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

2014-04-22 Thread Bill Barker
/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140422.jar:/srv/g

[Bug 56415] EXCEPTION_ACCESS_VIOLATION (0xc0000005) in tcnative-1.dll

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56415 Martin Hanus changed: What|Removed |Added OS|All |Windows Server 2008 R2 -- You are

[Bug 56415] EXCEPTION_ACCESS_VIOLATION (0xc0000005) in tcnative-1.dll

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56415 Martin Hanus changed: What|Removed |Added OS||All --- Comment #3 from Martin Hanu

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

2014-04-22 Thread remm
Author: remm Date: Tue Apr 22 13:23:04 2014 New Revision: 1589123 URL: http://svn.apache.org/r1589123 Log: Votes 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=1589123&r1=1589122&r2=15

[Bug 56442] New: ClassNotFoundException does not produce error

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56442 Bug ID: 56442 Summary: ClassNotFoundException does not produce error Product: Tomcat 8 Version: 8.0.5 Hardware: PC OS: Linux Status: NEW Severity: m

svn commit: r1589103 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/ webapps/docs/

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 12:13:26 2014 New Revision: 1589103 URL: http://svn.apache.org/r1589103 Log: Ensure that threads created to support WebSocket clients are stopped when those clients no longer need them. Note that while this happens automatically for WebSocket client calls made by w

svn commit: r1589102 - /tomcat/trunk/webapps/docs/changelog.xml

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 12:11:34 2014 New Revision: 1589102 URL: http://svn.apache.org/r1589102 Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/change

svn commit: r1589100 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 12:07:04 2014 New Revision: 1589100 URL: http://svn.apache.org/r1589100 Log: Ensure that threads created to support WebSocket clients are stopped when those clients no longer need them. Note that while this happens automatically for WebSocket client calls made by w

svn commit: r1589044 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/ webapps/docs/

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 08:32:50 2014 New Revision: 1589044 URL: http://svn.apache.org/r1589044 Log: Refactor server container shutdown into the destroy method Destroy the thread group on shutdown Log a warning if the thread group can't be destroyed Modified: tomcat/tc7.0.x/trunk/ (p

svn commit: r1589043 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/ webapps/docs/

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 08:31:56 2014 New Revision: 1589043 URL: http://svn.apache.org/r1589043 Log: Refactor server container shutdown into the destroy method Destroy the thread group on shutdown Log a warning if the thread group can't be destroyed Modified: tomcat/trunk/java/org/apac

svn commit: r1589039 - /tomcat/trunk/webapps/docs/changelog.xml

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 08:24:56 2014 New Revision: 1589039 URL: http://svn.apache.org/r1589039 Log: WebSocket has own section in changelog. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tr

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

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 08:25:28 2014 New Revision: 1589040 URL: http://svn.apache.org/r1589040 Log: WebSocket has own section in changelog. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1589037 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/WsServerContainer.java webapps/docs/changelog.xml webapps/docs/web-socket-howto.xml

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 08:02:26 2014 New Revision: 1589037 URL: http://svn.apache.org/r1589037 Log: Increase the default maximum size of the executor used for async writes Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/serv

svn commit: r1589035 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/WsServerContainer.java webapps/docs/changelog.xml webapps/docs/web-socket-howto.xml

2014-04-22 Thread markt
Author: markt Date: Tue Apr 22 08:00:13 2014 New Revision: 1589035 URL: http://svn.apache.org/r1589035 Log: Increase the default maximum size of the executor used for async writes Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java tomcat/trunk/webapps/do

[Bug 56441] New: Misleading error message in FilterBase cause by invalid regex

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56441 Bug ID: 56441 Summary: Misleading error message in FilterBase cause by invalid regex Product: Tomcat 7 Version: 7.0.29 Hardware: All OS: Linux