Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-03 Thread Martin Grigorov
On Wed, Dec 2, 2015 at 1:02 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.30 release is now available for voting. > > The main changes since 8.0.29 are: > > - Location headers for redirects now use relative URIs. This can > be controlled by Context with the useRelativeRedirects attrib

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

2015-12-03 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 58433] RemoteIpValve not activated on redirect from mapping

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58433 --- Comment #4 from Karl von Randow --- We have encountered a similar issue. We have used the RemoteIpValve in our Context, which works well in our use cases (we didn't encounter your issue). However it does not work for error pages. It appears

Re: svn commit: r1715633 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java webapps/docs/changelog.xml

2015-12-03 Thread Felix Schumacher
Am 30.11.2015 um 16:43 schrieb Christopher Schultz: Felix, On 11/24/15 3:47 PM, Felix Schumacher wrote: Am 23.11.2015 um 03:19 schrieb Huxing Zhang: Hi fschumacher, Just a friendly reminder that I had a discussion with kkolinko about this before. I seems that it is better to explicitly define

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57324 --- Comment #15 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #14) > I don't intend for this to sound confrontational, but would you care to > submit a patch? > > Tomcat 7 and higher differ substantia

svn commit: r1717808 - in /tomcat/trunk: build.xml java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java test/org/apache/tomcat/util/ne

2015-12-03 Thread remm
Author: remm Date: Thu Dec 3 17:14:57 2015 New Revision: 1717808 URL: http://svn.apache.org/viewvc?rev=1717808&view=rev Log: - Add some renegotiation code to the OpenSSL SSLEngine. It seems to do something, but certificate extraction doesn't work (returns null). - Allow using the OpenSSL engine

svn commit: r1717806 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2015-12-03 Thread remm
Author: remm Date: Thu Dec 3 17:05:59 2015 New Revision: 1717806 URL: http://svn.apache.org/viewvc?rev=1717806&view=rev Log: Add matching renegotiate method. Note that this will cause an exception without a new native, but however using it in the SSL engine right now will already cause an excep

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #20 from Barry Coughlan --- Test cases attached - there are a few TODO comments in the attached files that could do with a pair of eyes. It's a bit messier than I had hoped but the test results match up with my manual testing. Also

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #19 from Barry Coughlan --- Created attachment 33322 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33322&action=edit Websocket client for testing TCP behaviour -- You are receiving this mail because: You are the assignee

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #18 from Barry Coughlan --- Created attachment 33321 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33321&action=edit Test cases for closing websockets -- You are receiving this mail because: You are the assignee for the b

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57324 --- Comment #14 from Christopher Schultz --- I don't intend for this to sound confrontational, but would you care to submit a patch? Tomcat 7 and higher differ substantially from Tomcat 6 and so a back-port might not be trivial. If you are mot

svn commit: r1717771 - /tomcat/native/trunk/native/src/ssl.c

2015-12-03 Thread remm
Author: remm Date: Thu Dec 3 14:25:35 2015 New Revision: 1717771 URL: http://svn.apache.org/viewvc?rev=1717771&view=rev Log: Expose SSL_renegotiate (the version in SSLSocket needs a socket associated with it). Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/nat

[Bug 58686] javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server JAX-WS request with a payload over 2MB

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

[Bug 58686] New: javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server JAX-WS request with a payload over 2MB

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58686 Bug ID: 58686 Summary: javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server JAX-WS request with a payload over 2MB Product: Tomcat 8 V

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-03 Thread Huxing Zhang
+1 for non-binding. Testing environment: RHEL 6.2, JDK 1.7.0_67, tcnative 1.2.2, apr 1.5.2 Test results: All the test cases of BIO/NIO/NIO2/APR has successfully passed. Best, Huxing Zhang -- From:Rémy Maucherat Time:2015 Dec 3 (Th

svn commit: r1717740 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/FormAuthModule.java

2015-12-03 Thread remm
Author: remm Date: Thu Dec 3 12:03:22 2015 New Revision: 1717740 URL: http://svn.apache.org/viewvc?rev=1717740&view=rev Log: Forgot to replicate the root redirect in the jaspic form code. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/FormAuthModule.ja

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-03 Thread Rémy Maucherat
2015-12-02 0:02 GMT+01:00 Mark Thomas : > The proposed 8.0.30 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.30 > > Rémy

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2015-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57324 --- Comment #13 from Michael Osipov <1983-01...@gmx.net> --- Any ambitions to port this back to 6.0.x? -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1717731 - /tomcat/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java

2015-12-03 Thread markt
Author: markt Date: Thu Dec 3 09:42:56 2015 New Revision: 1717731 URL: http://svn.apache.org/viewvc?rev=1717731&view=rev Log: Authentication names should be in upper case. This doesn't affect this test now, but it does when porting to JASPIC. Modified: tomcat/trunk/test/org/apache/catalina/