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

2017-02-07 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: svn commit: r1782037 - in /tomcat/tc8.5.x/trunk: conf/catalina.properties java/org/apache/tomcat/util/http/parser/HttpParser.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2017-02-07 Thread Mark Thomas
On 07/02/17 18:13, csuth...@apache.org wrote: Author: csutherl Date: Tue Feb 7 18:13:40 2017 New Revision: 1782037 URL: http://svn.apache.org/viewvc?rev=1782037=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60594 Adding implementation of whitelist patch Modified:

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-07 Thread Mark Thomas
On 06/02/17 19:55, Violeta Georgieva wrote: Hi, Currently JSR356 provides possibility to add message handlers in order to receive web socket messages but there is no way to instruct the web socket implementation to suspend for a while the incoming messages (backpressure) so that the application

Re: AuthConfigProvider initialization while constructing the authenticator

2017-02-07 Thread Violeta Georgieva
2017-02-07 23:44 GMT+02:00 Mark Thomas : > > On 06/02/17 20:35, Violeta Georgieva wrote: >> >> Hi, >> >> With the current implementation if there is AuthConfigProvider we will >> initialize it once and then we will use it. However if such >> AuthConfigProvider is not available,

Re: AuthConfigProvider initialization while constructing the authenticator

2017-02-07 Thread Mark Thomas
On 06/02/17 20:35, Violeta Georgieva wrote: Hi, With the current implementation if there is AuthConfigProvider we will initialize it once and then we will use it. However if such AuthConfigProvider is not available, on every request we will spend time in redundant search operation to find

Re: Tagging Tomcat 6

2017-02-07 Thread Violeta Georgieva
2017-02-07 23:26 GMT+02:00 Mark Thomas : > > On 06/02/17 16:27, Violeta Georgieva wrote: >> >> Hi, >> >> I want to prepare Tomcat 6.0.51 for voting, but I want to ask whether I >> should wait for a new tc native release. >> >> What do you think? > > > Voting has started so I

Re: Tagging Tomcat 6

2017-02-07 Thread Mark Thomas
On 06/02/17 16:27, Violeta Georgieva wrote: Hi, I want to prepare Tomcat 6.0.51 for voting, but I want to ask whether I should wait for a new tc native release. What do you think? Voting has started so I think it is worth waiting a few days to pick it up. Mark

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99924344 --- Diff: java/org/apache/tomcat/websocket/WsFrameClient.java --- @@ -150,10 +162,11 @@ public void completed(Integer result, Void attachment) {

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99924840 --- Diff: java/org/apache/tomcat/websocket/server/WsFrameServer.java --- @@ -56,21 +61,27 @@ public void onDataAvailable() throws IOException {

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99924904 --- Diff: java/org/apache/tomcat/websocket/server/WsFrameServer.java --- @@ -124,4 +135,56 @@ protected void sendMessageBinary(ByteBuffer msg, boolean last)

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99923774 --- Diff: java/org/apache/tomcat/websocket/WsFrameClient.java --- @@ -58,31 +59,44 @@ void startInputProcessing() { private void

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99928093 --- Diff: test/org/apache/tomcat/websocket/TestWsSessionSuspendResume.java --- @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99924267 --- Diff: java/org/apache/tomcat/websocket/WsFrameClient.java --- @@ -116,12 +129,11 @@ protected Log getLog() { return log; }

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99922783 --- Diff: java/org/apache/tomcat/websocket/SuspendableMessageReceiver.java --- @@ -0,0 +1,24 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread martin-g
Github user martin-g commented on a diff in the pull request: https://github.com/apache/tomcat/pull/42#discussion_r99924137 --- Diff: java/org/apache/tomcat/websocket/WsFrameClient.java --- @@ -58,31 +59,44 @@ void startInputProcessing() { private void

[VOTE] Release Apache Tomcat Native 1.2.11

2017-02-07 Thread Mark Thomas
Version 1.2.10 includes the following change: - Update minimum recommended OpenSSL version to 1.0.2k - Windows binaries built with OpenSSL 1.0.2k - Better documentation for building on Windows (including with FIPS enabled OpenSSL) The proposed release artefacts can be found at [1], and the

svn commit: r1782068 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc xdocs/miscellaneous/changelog.xml

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 19:47:17 2017 New Revision: 1782068 URL: http://svn.apache.org/viewvc?rev=1782068=rev Log: Increment version number ready for next release Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h

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

2017-02-07 Thread Bill Barker
/objenesis/main/target/objenesis-2.6-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20170207.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-1.0.2/dest-20170207/bin/openssl -Dexecute.test.nio=false

svn commit: r18210 - in /dev/tomcat/tomcat-connectors/native/1.2.11: ./ binaries/ source/

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 19:40:00 2017 New Revision: 18210 Log: Upload 1.2.11 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.11/ dev/tomcat/tomcat-connectors/native/1.2.11/binaries/

[Bug 60594] RFC 7230/3986 url requirement that prevents unencoded curly braces should be optional, since it breaks existing sites

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60594 Coty Sutherland changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1782043 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.properties java/org/apache/tomcat/util/http/parser/HttpParser.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2017-02-07 Thread csutherl
Author: csutherl Date: Tue Feb 7 18:31:43 2017 New Revision: 1782043 URL: http://svn.apache.org/viewvc?rev=1782043=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60594 Adding implementation of whitelist patch Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1782041 - in /tomcat/tc8.0.x/trunk: ./ conf/catalina.properties java/org/apache/tomcat/util/http/parser/HttpParser.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2017-02-07 Thread csutherl
Author: csutherl Date: Tue Feb 7 18:22:36 2017 New Revision: 1782041 URL: http://svn.apache.org/viewvc?rev=1782041=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60594 Adding implementation of whitelist patch Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1782037 - in /tomcat/tc8.5.x/trunk: conf/catalina.properties java/org/apache/tomcat/util/http/parser/HttpParser.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2017-02-07 Thread csutherl
Author: csutherl Date: Tue Feb 7 18:13:40 2017 New Revision: 1782037 URL: http://svn.apache.org/viewvc?rev=1782037=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60594 Adding implementation of whitelist patch Modified: tomcat/tc8.5.x/trunk/conf/catalina.properties

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56027 --- Comment #24 from Christopher Schultz --- (In reply to Ben Mason from comment #21) > I am still getting this error as well. Is this the key length issue? It is > unclear in this thread whether that was ever

buildbot success in on tomcat-7-trunk

2017-02-07 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/665 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r18201 - in /release/tomcat: tomcat-8/v8.5.9/ tomcat-9/v9.0.0.M15/

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 12:42:19 2017 New Revision: 18201 Log: Drop old releases from mirrors Removed: release/tomcat/tomcat-8/v8.5.9/ release/tomcat/tomcat-9/v9.0.0.M15/ - To unsubscribe, e-mail:

svn commit: r1781998 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_11: ./ build.properties.default native/include/tcn_version.h

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 12:30:09 2017 New Revision: 1781998 URL: http://svn.apache.org/viewvc?rev=1781998=rev Log: Tag 1.2.11 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_11/ - copied from r1781997, tomcat/native/trunk/ Modified:

svn commit: r1781996 - /tomcat/native/tags/TOMCAT_NATIVE_1_2_11/

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 12:26:40 2017 New Revision: 1781996 URL: http://svn.apache.org/viewvc?rev=1781996=rev Log: Delete faulty tag Removed: tomcat/native/tags/TOMCAT_NATIVE_1_2_11/ - To unsubscribe, e-mail:

svn commit: r1781995 - /tomcat/native/tags/TOMCAT_NATIVE_1_2_11/

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 12:23:59 2017 New Revision: 1781995 URL: http://svn.apache.org/viewvc?rev=1781995=rev Log: Tag 1.2.11 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_11/ - copied from r1781994, tomcat/native/trunk/

svn commit: r1781994 - /tomcat/native/trunk/test/org/apache/tomcat/

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 12:22:47 2017 New Revision: 1781994 URL: http://svn.apache.org/viewvc?rev=1781994=rev Log: Update external for unit tests Modified: tomcat/native/trunk/test/org/apache/tomcat/ (props changed) Propchange: tomcat/native/trunk/test/org/apache/tomcat/

[Bug 60698] getContentLength returns -1 for requests without body

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60698 Remy Maucherat changed: What|Removed |Added Version|7.0.73 |8.5.x-trunk

svn commit: r1781989 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java webapps/docs/changelog.xml

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 12:04:15 2017 New Revision: 1781989 URL: http://svn.apache.org/viewvc?rev=1781989=rev Log: Ensure that executor thread pools used with connectors pre-start the configured minimum number of idle threads. Modified: tomcat/tc7.0.x/trunk/ (props changed)

buildbot failure in on tomcat-8-trunk

2017-02-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/915 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 60702] New: JSP debugging is isn't working after upgrade from 8.0.29 to 8.0.39

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60702 Bug ID: 60702 Summary: JSP debugging is isn't working after upgrade from 8.0.29 to 8.0.39 Product: Tomcat 8 Version: 8.0.39 Hardware: PC Status: NEW

svn commit: r1781988 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java webapps/docs/changelog.xml

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 11:07:40 2017 New Revision: 1781988 URL: http://svn.apache.org/viewvc?rev=1781988=rev Log: Ensure that executor thread pools used with connectors pre-start the configured minimum number of idle threads. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1781987 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java webapps/docs/changelog.xml

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 11:03:45 2017 New Revision: 1781987 URL: http://svn.apache.org/viewvc?rev=1781987=rev Log: Ensure that executor thread pools used with connectors, pre-start the configured minimum number of idle threads. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1781986 - in /tomcat/trunk: java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java webapps/docs/changelog.xml

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 11:00:13 2017 New Revision: 1781986 URL: http://svn.apache.org/viewvc?rev=1781986=rev Log: Ensure that executor thread pools used with connectors, pre-start the configured minimum number of idle threads. Modified:

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-07 Thread Violeta Georgieva
Hi, 2017-02-07 11:54 GMT+02:00 Rémy Maucherat : > > 2017-02-06 20:55 GMT+01:00 Violeta Georgieva : > > > Hi, > > > > Currently JSR356 provides possibility to add message handlers in order to > > receive web socket > > messages but there is no way to instruct

[Bug 59163] TC Native 1.2.0 & later does not compile with openssl-fips

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59163 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58263] Crash during TLS handshake

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58263 Mark Thomas changed: What|Removed |Added Summary|APR SSL connector crashes |Crash during TLS

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56027 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 53605] use tcnative-1.1.24 Tomcat shutdown still crash

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53605 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME

[Bug 53605] use tcnative-1.1.24 Tomcat shutdown still crash

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53605 Mark Thomas changed: What|Removed |Added Attachment #29116|application/octet-stream|text/plain

[Bug 59797] Per thread error hash grows indefinitely

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59797 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r1781952 - in /tomcat/native/trunk/native: include/ssl_private.h src/ssl.c

2017-02-07 Thread Mark Thomas
On 07/02/17 08:59, Mark Thomas wrote: On 06/02/17 23:55, therealnewo...@gmail.com wrote: On Mon, Feb 6, 2017 at 6:08 PM, Mark Thomas wrote: On 06/02/17 22:55, Mark Thomas wrote: On 06/02/17 21:20, therealnewo...@gmail.com wrote: Mark, If there is anything I can do to

svn commit: r1781984 - in /tomcat/native/trunk/native: include/tcn_api.h os/win32/system.c src/jnilib.c

2017-02-07 Thread markt
Author: markt Date: Tue Feb 7 10:17:25 2017 New Revision: 1781984 URL: http://svn.apache.org/viewvc?rev=1781984=rev Log: Further follow-up to r1781943 Fix crash on JVM shutdown (caused by global pool npe) Modified: tomcat/native/trunk/native/include/tcn_api.h

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-07 Thread Rémy Maucherat
2017-02-06 20:55 GMT+01:00 Violeta Georgieva : > Hi, > > Currently JSR356 provides possibility to add message handlers in order to > receive web socket > messages but there is no way to instruct the web socket implementation to > suspend for a while > the incoming messages

Re: Read events suspend/resume logic in websocket impl to achieve backpressure

2017-02-07 Thread Violeta Georgieva
Hi, 2017-02-07 9:55 GMT+02:00 Martin Grigorov : > > Hi Violeta, > > On Mon, Feb 6, 2017 at 8:55 PM, Violeta Georgieva > wrote: > > > Hi, > > > > Currently JSR356 provides possibility to add message handlers in order to > > receive web socket > >

[GitHub] tomcat pull request #42: Read events suspend/resume logic in websocket impl ...

2017-02-07 Thread violetagg
GitHub user violetagg opened a pull request: https://github.com/apache/tomcat/pull/42 Read events suspend/resume logic in websocket impl to achieve backpressure Hi, Currently JSR356 provides possibility to add message handlers in order to receive web socket messages

Re: svn commit: r1781952 - in /tomcat/native/trunk/native: include/ssl_private.h src/ssl.c

2017-02-07 Thread Mark Thomas
On 06/02/17 23:55, therealnewo...@gmail.com wrote: On Mon, Feb 6, 2017 at 6:08 PM, Mark Thomas wrote: On 06/02/17 22:55, Mark Thomas wrote: On 06/02/17 21:20, therealnewo...@gmail.com wrote: Mark, If there is anything I can do to help work on the patch I will, however as

Re: TRACE incorrectly advertised as a supported HTTP method for custom servlet

2017-02-07 Thread Olivier Jaquemet
On 05/02/2017 17:29, Olivier Jaquemet wrote: [...] there is one case where the [allowTrace] configuration does not fully apply response to OPTIONS request for custom servlet (i.e. any non tomcat servlet inherting from HttpServlet). In such case the TRACE methods is incorrectly listed in the

[Bug 60698] New: getContentLength returns -1 for requests without body

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60698 Bug ID: 60698 Summary: getContentLength returns -1 for requests without body Product: Tomcat 7 Version: 7.0.73 Hardware: All OS: All Status: NEW

[Bug 60697] New: TRACE method incorrectly advertised as a supported HTTP method for custom servlet

2017-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60697 Bug ID: 60697 Summary: TRACE method incorrectly advertised as a supported HTTP method for custom servlet Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All