Author: markt
Date: Thu Nov 16 10:14:39 2017
New Revision: 1815429
URL: http://svn.apache.org/viewvc?rev=1815429&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61682
When re-prioritising HTTP/2 streams, ensure that both parent and children
fields are correctly updated to avoid a
Author: markt
Date: Thu Nov 16 10:15:43 2017
New Revision: 1815430
URL: http://svn.apache.org/viewvc?rev=1815430&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61682
When re-prioritising HTTP/2 streams, ensure that both parent and children
fields are correctly updated to avoid a
https://bz.apache.org/bugzilla/show_bug.cgi?id=61682
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2809
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
https://bz.apache.org/bugzilla/show_bug.cgi?id=61683
--- Comment #2 from Mark Thomas ---
Looking at the source code for 9.0.1 line 81 of the ErrorReportValve is:
getNext().invoke(request, response);
That suggests getNext() returned null. For that to happen, something would have
to have gone wro
https://bz.apache.org/bugzilla/show_bug.cgi?id=61740
--- Comment #3 from Mark Thomas ---
A huge thank you for the test case. This bug has all the hallmarks of being
very tricky to track down the root cause. Having a reliable test case is an
enormous help.
I'm able to reproduce the problem and, w
Author: markt
Date: Thu Nov 16 12:13:09 2017
New Revision: 1815441
URL: http://svn.apache.org/viewvc?rev=1815441&view=rev
Log:
alphabetical order
Modified:
tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.prope
Author: markt
Date: Thu Nov 16 12:19:10 2017
New Revision: 1815442
URL: http://svn.apache.org/viewvc?rev=1815442&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61740
Correct an off-by-one error in the Hpack header index validation that caused
intermittent request failures when u
Author: markt
Date: Thu Nov 16 12:20:23 2017
New Revision: 1815443
URL: http://svn.apache.org/viewvc?rev=1815443&view=rev
Log:
alphabetical order
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/LocalStrings.properties
Propchange: tomcat
Author: markt
Date: Thu Nov 16 12:22:30 2017
New Revision: 1815444
URL: http://svn.apache.org/viewvc?rev=1815444&view=rev
Log:
Fix back-port
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAbstractStream.java
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAb
Author: markt
Date: Thu Nov 16 12:24:25 2017
New Revision: 1815445
URL: http://svn.apache.org/viewvc?rev=1815445&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61740
Correct an off-by-one error in the Hpack header index validation that caused
intermittent request failures when u
https://bz.apache.org/bugzilla/show_bug.cgi?id=61740
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2810
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
--- Comment #4 from Mark Thomas ---
My point was not that the queue was the root cause. My point was that because
the queue implementation is a custom one it *might* offer a cleaner way to
implement the polling of the queue rather than getting
https://bz.apache.org/bugzilla/show_bug.cgi?id=61751
--- Comment #1 from Remy Maucherat ---
Do you think you could give some pointers on reproduction ?
In the past there was BZ57799 which was caused by an unexpected interaction
with use of available() by the framework.
--
You are receiving this
Github user asfgit closed the pull request at:
https://github.com/apache/tomcat/pull/81
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
https://bz.apache.org/bugzilla/show_bug.cgi?id=61740
--- Comment #5 from David Frankson ---
Thanks for the speedy fixes!
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-un
https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Thu Nov 16 13:33:11 2017
New Revision: 1815453
URL: http://svn.apache.org/viewvc?rev=1815453&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
Improve performance of NIO connector when clients leave large time gaps between
network packets.
Patch provided b
Author: markt
Date: Thu Nov 16 13:35:40 2017
New Revision: 1815455
URL: http://svn.apache.org/viewvc?rev=1815455&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
Improve performance of NIO connector when clients leave large time gaps between
network packets.
Patch provided b
https://bz.apache.org/bugzilla/show_bug.cgi?id=61751
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Mark Thomas
Author: markt
Date: Thu Nov 16 13:30:26 2017
New Revision: 1815451
URL: http://svn.apache.org/viewvc?rev=1815451&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
Improve performance of NIO connector when clients leave large time gaps between
network packets.
Patch provided b
Author: markt
Date: Thu Nov 16 13:31:19 2017
New Revision: 1815452
URL: http://svn.apache.org/viewvc?rev=1815452&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
Improve performance of NIO connector when clients leave large time gaps between
network packets.
Patch provided b
2017-11-16 16:30 GMT+03:00 :
> Author: markt
> Date: Thu Nov 16 13:30:26 2017
> New Revision: 1815451
>
> URL: http://svn.apache.org/viewvc?rev=1815451&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
> Improve performance of NIO connector when clients leave large time ga
Author: remm
Date: Thu Nov 16 14:11:53 2017
New Revision: 1815456
URL: http://svn.apache.org/viewvc?rev=1815456&view=rev
Log:
Improvement on header write sync.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncUpgradeHandler.java
tomcat/trunk/java/org/apache/coyote/http2/Http2
https://bz.apache.org/bugzilla/show_bug.cgi?id=61766
--- Comment #5 from Christopher Schultz ---
(In reply to Devidutta Panda from comment #4)
> Created attachment 35530 [details]
> Detailed Logs
>
> [Tue Nov 07 08:41:27.910 2017] [20408:5952] [info]
> jk_open_socket::jk_connect.c (626): connec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 11/15/17 6:03 AM, Mark Thomas wrote:
> Version 1.2.16 includes the following changes compared to 1.2.14:
>
> - Update minimum recommended OpenSSL version to 1.0.2m - Update
> minimum recommended APR version to 1.6.3 - Windows binaries buil
https://bz.apache.org/bugzilla/show_bug.cgi?id=61766
--- Comment #6 from Devidutta Panda ---
OS is Windows 2012 R2
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr
On 16/11/17 14:05, Konstantin Kolinko wrote:
> 2017-11-16 16:30 GMT+03:00 :
>> Author: markt
>> Date: Thu Nov 16 13:30:26 2017
>> New Revision: 1815451
>>
>> URL: http://svn.apache.org/viewvc?rev=1815451&view=rev
>> Log:
>> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61736
>> Improve perfor
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/933
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Thu Nov 16 14:35:28 2017
New Revision: 1815459
URL: http://svn.apache.org/viewvc?rev=1815459&view=rev
Log:
Follow-up to r1815451
Review from kkolinko
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java
Modified: tomcat/trunk/java/org/apache/tom
Author: markt
Date: Thu Nov 16 14:36:42 2017
New Revision: 1815460
URL: http://svn.apache.org/viewvc?rev=1815460&view=rev
Log:
Follow-up to r1815452
Review from kkolinko
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/NioBlockingSele
Author: markt
Date: Thu Nov 16 14:37:15 2017
New Revision: 1815461
URL: http://svn.apache.org/viewvc?rev=1815461&view=rev
Log:
Follow-up to r1815453
Review from kkolinko
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/NioBlockingSele
Author: markt
Date: Thu Nov 16 14:37:51 2017
New Revision: 1815462
URL: http://svn.apache.org/viewvc?rev=1815462&view=rev
Log:
Follow-up to r1815455
Review from kkolinko
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioBlockingSele
Author: markt
Date: Thu Nov 16 14:55:51 2017
New Revision: 1815465
URL: http://svn.apache.org/viewvc?rev=1815465&view=rev
Log:
Improve concurrency by reducing the scope of the synchronisation for
javax.security.auth.message.config.AuthConfigFactory in the JASPIC API
implementation.
Based on a pa
Author: markt
Date: Thu Nov 16 14:58:37 2017
New Revision: 1815467
URL: http://svn.apache.org/viewvc?rev=1815467&view=rev
Log:
Improve concurrency by reducing the scope of the synchronisation for
javax.security.auth.message.config.AuthConfigFactory in the JASPIC API
implementation.
Based on a pa
Github user markt-asf closed the pull request at:
https://github.com/apache/tomcat/pull/73
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
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/934
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
https://bz.apache.org/bugzilla/show_bug.cgi?id=61768
Bug ID: 61768
Summary: Processor for async requests are recycled before
complete is called on AsyncContext
Product: Tomcat 8
Version: 8.5.20
Hardware: All
https://bz.apache.org/bugzilla/show_bug.cgi?id=61766
--- Comment #7 from Christopher Schultz ---
http://lmgtfy.com/?q=windows+errno+60
Let's move this discussion to the user's list, please, and not waste space in
Bugzilla.
--
You are receiving this mail because:
You are the assignee for the bu
Author: markt
Date: Thu Nov 16 20:01:12 2017
New Revision: 1815505
URL: http://svn.apache.org/viewvc?rev=1815505&view=rev
Log:
Avoid a possible NullPointerException when timing out AsyncContext instances
during shut down.
Modified:
tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.
Author: markt
Date: Thu Nov 16 20:01:50 2017
New Revision: 1815506
URL: http://svn.apache.org/viewvc?rev=1815506&view=rev
Log:
Avoid a possible NullPointerException when timing out AsyncContext instances
during shut down.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/t
Author: markt
Date: Thu Nov 16 20:02:19 2017
New Revision: 1815507
URL: http://svn.apache.org/viewvc?rev=1815507&view=rev
Log:
Avoid a possible NullPointerException when timing out AsyncContext instances
during shut down.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/t
Author: markt
Date: Thu Nov 16 20:02:54 2017
New Revision: 1815508
URL: http://svn.apache.org/viewvc?rev=1815508&view=rev
Log:
Avoid a possible NullPointerException when timing out AsyncContext instances
during shut down.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=61768
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=61692
--- Comment #4 from Mark Thomas ---
Currently, the CGI servlet only handles a request body if the method is POST
and the Content-Length header is set.
Unless there are objections then I propose the following:
- allow any HTTP method and let th
https://bz.apache.org/bugzilla/show_bug.cgi?id=61773
Bug ID: 61773
Summary: When more than 1 times of HTTPS websocket, Tomcat
cannot respond to requesting HTTPS requests
Product: Tomcat 8
Version: 8.0.47
Hardware: All
https://bz.apache.org/bugzilla/show_bug.cgi?id=61773
--- Comment #1 from Xiaojin Zhang ---
Blocked at Nio2Endpoint$Acceptor.countUpOrAwaitConnection.Thread information
below.
"http-nio2-8443-Acceptor-0" #182 daemon prio=5 os_prio=0 tid=0x7fe20c1ea000
nid=0xe85 waiting on condition [0x7fe
https://bz.apache.org/bugzilla/show_bug.cgi?id=61773
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On Wed, Nov 15, 2017 at 12:03 PM, Mark Thomas wrote:
> Version 1.2.16 includes the following changes compared to 1.2.14:
>
> - Update minimum recommended OpenSSL version to 1.0.2m
> - Update minimum recommended APR version to 1.6.3
> - Windows binaries built with OpenSSL 1.0.2m and APR 1.6.3
>
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=61768
--- Comment #2 from Herbert Wespi ---
I do have a different point of view here.
I also thought in the beginning, that it is the fault of the Jersey Framework,
because if I would implement an asynchronous request myself, it would be easy
to get
51 matches
Mail list logo