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

2017-01-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

[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS) [PATCH]

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 --- Comment #18 from Ralf Hauser --- Interesting client side discussions in https://bugzilla.mozilla.org/show_bug.cgi?id=572803#c10 -- You are receiving this mail because: You are the assignee for the bug.

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

2017-01-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.

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

2017-01-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

Re: HTTP response reason phrases

2017-01-24 Thread Josh Soref
Christopher Schultz wrote: > I'm wondering what the wider community thinks about this change and > whether or not we should consider reverting it for Tomcat 8.5.x. Mark Thomas wrote: > The root cause is non-specification compliant clients. I generally don't > view specification non-compliance in

svn commit: r1780120 - /tomcat/trunk/test/org/apache/catalina/core/TestDefaultInstanceManager.java

2017-01-24 Thread markt
Author: markt Date: Tue Jan 24 21:22:22 2017 New Revision: 1780120 URL: http://svn.apache.org/viewvc?rev=1780120=rev Log: Add unit test to investigate report of concurrency issues in DefaultInstanceManager. https://github.com/apache/tomcat85/pull/5 Initial results indicate that there is an

Re: Publish snapshots from the Buidlbot

2017-01-24 Thread Martin Grigorov
Hi, On Mon, Jan 23, 2017 at 11:53 AM, Mark Thomas wrote: > I think it would be useful if we configured buildbot to publish > snapshots (probably as part of the daily build) to repository.a.o. > Therefore I have requested the appropriate credentials from infra and > when I have

[Bug 60617] WsWebSocketContainer generates bad CONNECT request when proxy is used

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60617 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

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

2017-01-24 Thread markt
Author: markt Date: Tue Jan 24 20:24:22 2017 New Revision: 1780113 URL: http://svn.apache.org/viewvc?rev=1780113=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60617 Correctly create a CONNECT request when establishing a WebSocket connection via a proxy. Patch provided by Svetlin

svn commit: r1780112 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2017-01-24 Thread markt
Author: markt Date: Tue Jan 24 20:22:53 2017 New Revision: 1780112 URL: http://svn.apache.org/viewvc?rev=1780112=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60617 Correctly create a CONNECT request when establishing a WebSocket connection via a proxy. Patch provided by Svetlin

svn commit: r1780110 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2017-01-24 Thread markt
Author: markt Date: Tue Jan 24 20:20:50 2017 New Revision: 1780110 URL: http://svn.apache.org/viewvc?rev=1780110=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60617 Correctly create a CONNECT request when establishing a WebSocket connection via a proxy. Patch provided by Svetlin

[GitHub] tomcat pull request #39: Provide the correct port when using proxy

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

svn commit: r1780109 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2017-01-24 Thread markt
Author: markt Date: Tue Jan 24 20:20:11 2017 New Revision: 1780109 URL: http://svn.apache.org/viewvc?rev=1780109=rev Log: Correctly create a CONNECT request when establishing a WebSocket connection via a proxy. Patch provided by Svetlin Zarev. This closes #39 Modified:

svn commit: r1780105 - /tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java

2017-01-24 Thread markt
Author: markt Date: Tue Jan 24 20:07:54 2017 New Revision: 1780105 URL: http://svn.apache.org/viewvc?rev=1780105=rev Log: Correct comments Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/Cookie.java

Re: HTTP response reason phrases

2017-01-24 Thread Mark Thomas
On 24/01/2017 19:08, Christopher Schultz wrote: > I'm wondering what the wider community thinks about this change and > whether or not we should consider reverting it for Tomcat 8.5.x. 8.5.x has been out for 10 months and stable for 7. It is probably still early enough that we are seeing issues

Re: Publish snapshots from the Buidlbot

2017-01-24 Thread Mark Thomas
On 24/01/2017 19:15, Christopher Schultz wrote: > Mark, > > On 1/24/17 12:36 PM, Mark Thomas wrote: >> On 24/01/2017 16:31, Christopher Schultz wrote: >>> Mark, >>> >>> On 1/23/17 5:53 AM, Mark Thomas wrote: I think it would be useful if we configured buildbot to publish snapshots

Re: Publish snapshots from the Buidlbot

2017-01-24 Thread Christopher Schultz
Mark, On 1/24/17 12:36 PM, Mark Thomas wrote: > On 24/01/2017 16:31, Christopher Schultz wrote: >> Mark, >> >> On 1/23/17 5:53 AM, Mark Thomas wrote: >>> I think it would be useful if we configured buildbot to publish >>> snapshots (probably as part of the daily build) to repository.a.o. >>>

HTTP response reason phrases

2017-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm cross-posting dev@ and users@, but please only reply to dev@ if you'd like to get involved in this discussion. I'd like to openly-discuss r1702765 [1]. There have been some complaints on both users@ and dev@ and some BZ issues filed

Re: Publish snapshots from the Buidlbot

2017-01-24 Thread Mark Thomas
On 24/01/2017 16:31, Christopher Schultz wrote: > Mark, > > On 1/23/17 5:53 AM, Mark Thomas wrote: >> I think it would be useful if we configured buildbot to publish >> snapshots (probably as part of the daily build) to repository.a.o. >> Therefore I have requested the appropriate credentials

[Bug 60490] Several improvements to the ErrorReportValve

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #8 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #7) > (In reply to Michael Osipov from comment #2) > > How can that method return \r? Documentation says LF > > on Unix, CRLF on Windows.

[Bug 60490] Several improvements to the ErrorReportValve

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60490 --- Comment #7 from Christopher Schultz --- (In reply to Michael Osipov from comment #2) > How can that method return \r? Documentation says LF > on Unix, CRLF on Windows. Mac OS used to use \r for line endings.

Re: Publish snapshots from the Buidlbot

2017-01-24 Thread Christopher Schultz
Mark, On 1/23/17 5:53 AM, Mark Thomas wrote: > I think it would be useful if we configured buildbot to publish > snapshots (probably as part of the daily build) to repository.a.o. > Therefore I have requested the appropriate credentials from infra and > when I have them I'll make the necessary

[Bug 60362] Missing reason phrase in response

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362 --- Comment #11 from Mateusz Nowakowski --- >What about "HTTP/1.1 200 Fine, mate!"? This would work or hard requirement for >"OK"? For me it is not a requirement to tune reason phase. However I dig into it and saw that there

[POLL] Will you be at ApacheCon NA 2017?

2017-01-24 Thread Mark Thomas
Hi, I'm sure you have all seen the TomcatCon discussion I started on the users@ list. We are getting enthusiastic support from the ApacheCon organisers at both the ASF and the Linux Foundation. I am starting to think about the overall schedule. Key to that is which talks we can find someone to

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 --- Comment #7 from Michael Orr --- Yes, SSLSocketFactory would enable you to set all of these in one fell swoop (with the exception of the hostname verifier, which I think is applied after the socket factory has

Re: svn commit: r1779674 - /tomcat/native/trunk/native/configure.in

2017-01-24 Thread Konstantin Kolinko
2017-01-23 11:38 GMT+03:00 Emmanuel Bourg : > Hi Konstantin, > > Le 21/01/2017 à 08:58, Konstantin Kolinko a écrit : > >> 1. Please update xdocs/miscellaneous/changelog.xml as well. > > Thanks I didn't see it. There is a bug number for this change, 60388. It is better to

[Bug 60623] When startStopThreads is 1, don't rely on an executor and instead start synchronously

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60623 --- Comment #13 from romain.manni-bucau --- side note: to speak about well known frameworks affected by that, log4j2 can lead to the mentionned issue when added to the container since it sets a threadlocal in initialzer

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

2017-01-24 Thread violetagg
Author: violetagg Date: Tue Jan 24 08:22:33 2017 New Revision: 1780037 URL: http://svn.apache.org/viewvc?rev=1780037=rev Log: Update the release date for 8.0.41 Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

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

2017-01-24 Thread violetagg
Author: violetagg Date: Tue Jan 24 08:17:33 2017 New Revision: 1780036 URL: http://svn.apache.org/viewvc?rev=1780036=rev Log: Update the release date for 7.0.75 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r17977 - /dev/tomcat/tomcat-8/v8.0.41/ /release/tomcat/tomcat-8/v8.0.41/

2017-01-24 Thread violetagg
Author: violetagg Date: Tue Jan 24 08:07:28 2017 New Revision: 17977 Log: Release 8.0.41 Added: release/tomcat/tomcat-8/v8.0.41/ - copied from r17976, dev/tomcat/tomcat-8/v8.0.41/ Removed: dev/tomcat/tomcat-8/v8.0.41/

svn commit: r17976 - /dev/tomcat/tomcat-7/v7.0.75/ /release/tomcat/tomcat-7/v7.0.75/

2017-01-24 Thread violetagg
Author: violetagg Date: Tue Jan 24 08:05:03 2017 New Revision: 17976 Log: Release 7.0.75 Added: release/tomcat/tomcat-7/v7.0.75/ - copied from r17975, dev/tomcat/tomcat-7/v7.0.75/ Removed: dev/tomcat/tomcat-7/v7.0.75/