https://bz.apache.org/bugzilla/show_bug.cgi?id=63875
--- Comment #4 from Michael Osipov ---
(In reply to Mark Thomas from comment #3)
> Both those crashes are during shutdown of the NIO2 connector when it is
> using OpenSSL for TLS.
>
> It would be worth trying an upgrade to 8.5.47 and Tomcat Na
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new c41fe3b Fix https://bz.apache.org/bugzilla/show_
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 9054e10 Fix https://bz.apache.org/bugzilla/show_bu
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 0c756e4 Fix https://bz.apache.org/bugzilla/show_bu
https://bz.apache.org/bugzilla/show_bug.cgi?id=63829
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=63864
--- Comment #1 from Michael Osipov ---
The spots in question are:
*
https://github.com/apache/tomcat/blob/master/java/org/apache/coyote/http11/Http11Processor.java#L722-L739
*
https://github.com/apache/tomcat/blob/8.5.x/java/org/apache/coyote
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new a9ac9c0 Fix https://bz.apache.org/bugzilla/show_
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 94682c0 Fix https://bz.apache.org/bugzilla/show_bu
https://bz.apache.org/bugzilla/show_bug.cgi?id=63830
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
On 23/10/2019 11:09, ma...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> markt pushed a commit to branch 8.5.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/8.5.x by this push:
>
On 23/10/2019 13:28, Mark Thomas wrote:
> On 23/10/2019 11:09, ma...@apache.org wrote:
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> markt pushed a commit to branch 8.5.x
>> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>>
>>
>> The following commit(s)
https://bz.apache.org/bugzilla/show_bug.cgi?id=63875
Remy Maucherat changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #5 from Remy Mau
https://bz.apache.org/bugzilla/show_bug.cgi?id=63867
--- Comment #12 from Remy Maucherat ---
This is a straight repost from
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362#c12
Note that the firmware demands "200 OK", not just "200 foo". I was pretty harsh
in that other BZ. I still don't und
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 117f44c Refactor Processor creation
117f44c is des
https://bz.apache.org/bugzilla/show_bug.cgi?id=63867
--- Comment #13 from Michael Osipov ---
(In reply to Remy Maucherat from comment #12)
> This is a straight repost from
> https://bz.apache.org/bugzilla/show_bug.cgi?id=60362#c12
>
> Note that the firmware demands "200 OK", not just "200 foo".
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch BZ-63835/9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
discard a5e3e1d Properly determine requests left on a "keepAlive" connection
discard f903e1f First draft
ad
This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch BZ-63835/9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 38fdae10298cfd239e25428319522b0c8ae70087
Author: Michael Osipov
AuthorDate: Wed Oct 23 15:37:42 2019 +0200
michael-o opened a new pull request #218: WIP: BZ 63835: Add support for
Keep-Alive header
URL: https://github.com/apache/tomcat/pull/218
This is work in progress, no tests yet. It happily runs with curl.
I'd like to evaluate whether this is something worth merging for the
community.
ChristopherSchultz commented on a change in pull request #218: WIP: BZ 63835:
Add support for Keep-Alive header
URL: https://github.com/apache/tomcat/pull/218#discussion_r338125259
##
File path: java/org/apache/coyote/http11/Http11Processor.java
##
@@ -915,8 +915,26 @@ pro
ChristopherSchultz commented on a change in pull request #218: WIP: BZ 63835:
Add support for Keep-Alive header
URL: https://github.com/apache/tomcat/pull/218#discussion_r338121286
##
File path: java/org/apache/coyote/http11/Http11Processor.java
##
@@ -915,8 +915,26 @@ pro
https://bz.apache.org/bugzilla/show_bug.cgi?id=63205
--- Comment #8 from Axel ---
Sorry, haven't noticed your comment Mark because i waited for a notification
from Bugzilla. Next time I'll do it better.
Tested now with 8.5.47 and it works again using RACF Keyrings. Thank you very
much. That's gr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 10/23/19 07:38, Mark Thomas wrote:
> On 23/10/2019 13:28, Mark Thomas wrote:
>> On 23/10/2019 11:09, ma...@apache.org wrote:
>>> This is an automated email from the ASF dual-hosted git
>>> repository.
>>>
>>> markt pushed a commit to branc
On 23/10/2019 17:56, Christopher Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Mark,
>
> On 10/23/19 07:38, Mark Thomas wrote:
>> On 23/10/2019 13:28, Mark Thomas wrote:
>>> On 23/10/2019 11:09, ma...@apache.org wrote:
This is an automated email from the ASF dual-hos
https://bz.apache.org/bugzilla/show_bug.cgi?id=63867
--- Comment #14 from Christopher Schultz ---
So shall we mark this as DUPLICATE of bug #60362, or are we entertaining the
idea of resurrecting the reason-phrase for Tomcat 9? I think most of the Tomcat
devs are -0 at best for bringing back the
https://bz.apache.org/bugzilla/show_bug.cgi?id=62964
Christopher Schultz changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #4 from Chr
https://bz.apache.org/bugzilla/show_bug.cgi?id=62140
--- Comment #6 from Steve Sanders ---
(In reply to Mark Thomas from comment #5)
> It is yours. Go for it.
I wanted to take care of this as an easy into to contributing, but looks like
this was already fixed with this commit:
https://github.com
https://bz.apache.org/bugzilla/show_bug.cgi?id=62140
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
27 matches
Mail list logo