[GitHub] tomcat pull request:

2015-12-02 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/commit/548d60449a40248e9b7fb2a8103a5e4419d6c290#commitcomment-14730299 The patch is unnecessary. The Tribes StringManager does not have to support multiple locales whereas the main StringManager (o.a

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-02 Thread Mark Thomas
On 01/12/2015 23:02, Mark Thomas wrote: > The proposed 8.0.30 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.30 Unit tests pass for BIO, NIO, NIO2 and APR on Windows, Linux and OSX. Windows and Linux tested with tc-native 1.1.33. OSX tested with tc-native 1.

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-02 Thread Mark Thomas
On 01/12/2015 23:02, Mark Thomas wrote: > The proposed 8.0.30 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.30 Unit tests pass for BIO, NIO, NIO2 and APR on Windows, Linux and OSX. Windows and Linux tested with tc-native 1.1.33. OSX tested with tc-native 1.

[Bug 58655] IllegalStateException: calling HttpServletResponse#sendRedirect() with RemoteIpFilter

2015-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58655 --- Comment #9 from Cristian Klein --- I'm confused. I thought `RemoteIpValve` was deprecated in favour of `RemoteIpFilter`. Otherwise, I feel they both serve the same purpose. -- You are receiving this mail because: You are the assignee for

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-02 Thread Konstantin Kolinko
2015-12-02 2:02 GMT+03:00 Mark Thomas : > The proposed Apache Tomcat 8.0.30 release is now available for voting. > <...> > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1057/ The above URL gives 404 404 - Repository "orgapachetomcat-1057 (stagin

[Bug 58657] Spring DeferredResult errorResult response not returned in async servlet 3.1 mode

2015-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58657 --- Comment #12 from Jonathan --- Thank you Mark. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-02 Thread Mark Thomas
On 02/12/2015 10:11, Konstantin Kolinko wrote: > 2015-12-02 2:02 GMT+03:00 Mark Thomas : >> The proposed Apache Tomcat 8.0.30 release is now available for voting. >> > <...> > >> The Maven staging repo is: >> https://repository.apache.org/content/repositories/orgapachetomcat-1057/ > > > The abov

svn commit: r1717605 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2015-12-02 Thread markt
Author: markt Date: Wed Dec 2 11:04:12 2015 New Revision: 1717605 URL: http://svn.apache.org/viewvc?rev=1717605&view=rev Log: Schedule the next couple of presentations Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/tru

Tomcat Webinars review

2015-12-02 Thread Mark Thomas
Hi, I wanted to provide some initial reveiw on the Tomcat Webinar series I started last week. Attendance for the live webinars was low with only a couple of people attending the first (EU timezones) session and 5-10 attending the second (US timezones). The technology worked fairly well. Initiall

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

2015-12-02 Thread markt
Author: markt Date: Wed Dec 2 11:55:46 2015 New Revision: 1717617 URL: http://svn.apache.org/viewvc?rev=1717617&view=rev Log: Update for next release Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default tomcat/tc8.0.x/trunk/web

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

2015-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #16 from Barry Coughlan --- I just built the trunk and confirmed the same behaviour. Note that this only works with the NIO connector. I'll get back to you with a test case. -- You are receiving this mail because: You are the assi

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2015-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 --- Comment #12 from Barry Coughlan --- Created attachment 33320 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33320&action=edit Test to check that session.close() does not call OnError -- You are receiving this mail because: You are

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2015-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 --- Comment #13 from Barry Coughlan --- Hi Mark, I was writing a test case for bug57489 and came across a problem with session.close() that I think is related to this fix. Since session.close() sets state = State.CLOSING the block in registerF

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

2015-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #17 from Barry Coughlan --- I tried creating a test for this today. It turns out that this problem only happens when a websocket is not closed with a proper closing handshake. Most Websocket clients are quite polite when closing we

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

2015-12-02 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20151202.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-02 Thread Christopher Schultz
Mark, On 12/1/15 6:02 PM, 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 attribute.

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

2015-12-02 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