[Bug 64762] CoyoteInputStream getInputStream() read (wait after premature end and the rest comes)

2020-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64762 --- Comment #7 from Ralf Hauser --- (In reply to mgrigorov from comment #5) > Can you reproduce this without Struts ? I.e. with plain Servlet Yes, it happens also with the Axis2 Servlet where there is no struts in-between. As the

[tomcat] 01/02: Small optimizations in HpackEncoder

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 92d2f1317a68f88f60ebfe56cf123bfbd510ab58 Author: Martin Tzvetanov Grigorov AuthorDate: Thu Sep 24 13:42:18 2020 +0300

[tomcat] 02/02: http2: Add 'EndOfStream' to the logs for writeHeaders and writeBody

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit b8e5607a4fccfd47ad653c5788ac1ba052411094 Author: Martin Tzvetanov Grigorov AuthorDate: Thu Sep 24 13:46:31 2020 +0300

[tomcat] branch 9.0.x updated (9c04df2 -> b8e5607)

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 9c04df2 Fix a typo in changelog new 92d2f13 Small optimizations in HpackEncoder new b8e5607 http2:

[tomcat] branch master updated (8713546 -> 6f17800)

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8713546 OWB 2.0.18 new d2ed8ff Small optimizations in HpackEncoder new 6f17800 http2: Add

[tomcat] 01/02: Small optimizations in HpackEncoder

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d2ed8ffc75c5e3b425888b456ffc51036d94ac39 Author: Martin Tzvetanov Grigorov AuthorDate: Thu Sep 24 13:42:18 2020

[tomcat] 02/02: http2: Add 'EndOfStream' to the logs for writeHeaders and writeBody

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6f178006f246ce9248a349705ba79d054d189b70 Author: Martin Tzvetanov Grigorov AuthorDate: Thu Sep 24 13:46:31 2020

[Bug 64762] CoyoteInputStream getInputStream() read (wait after premature end and the rest comes)

2020-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64762 --- Comment #5 from mgrigorov --- Can you reproduce this without Struts ? I.e. with plain Servlet -- You are receiving this mail because: You are the assignee for the bug. -

[tomcat] branch master updated: OWB 2.0.18

2020-09-24 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 8713546 OWB 2.0.18 8713546 is described below

Re: [tomcat] 01/02: Small optimizations in HpackEncoder

2020-09-24 Thread Martin Grigorov
On Thu, Sep 24, 2020 at 1:50 PM wrote: > This is an automated email from the ASF dual-hosted git repository. > > mgrigorov pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > commit d2ed8ffc75c5e3b425888b456ffc51036d94ac39 > Author: Martin

[GitHub] [tomcat] martin-g commented on a change in pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
martin-g commented on a change in pull request #351: URL: https://github.com/apache/tomcat/pull/351#discussion_r494079321 ## File path: java/org/apache/jasper/compiler/Generator.java ## @@ -2095,6 +2101,20 @@ public void visit(Node.JspElement n) throws JasperException {

[tomcat] branch master updated: Update version numbers

2020-09-24 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 6e509a8 Update version numbers 6e509a8 is

[tomcat] branch master updated: Fix a typo in changelog

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 c58633a Fix a typo in changelog c58633a is

[GitHub] [tomcat] martin-g commented on a change in pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
martin-g commented on a change in pull request #351: URL: https://github.com/apache/tomcat/pull/351#discussion_r494077383 ## File path: java/org/apache/jasper/compiler/NewlineReductionServletWriter.java ## @@ -0,0 +1,41 @@ +package org.apache.jasper.compiler; + +import

[GitHub] [tomcat] martin-g commented on pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
martin-g commented on pull request #351: URL: https://github.com/apache/tomcat/pull/351#issuecomment-698157237 Since there is no new test for this I am not sure but looking at the code I think "Remove white space" is not quite accurate. It is rather "Remove empty lines". Because

[Bug 64762] CoyoteInputStream getInputStream() read (wait after premature end and the rest comes)

2020-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64762 --- Comment #6 from Mark Thomas --- Whether it requires Struts or not, a *minimal* WAR (with source) that allows us to reproduce this would be very helpful. -- You are receiving this mail because: You are the assignee for the bug.

[tomcat] branch 7.0.x updated: Fix a typo in changelog

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 7bd8c64 Fix a typo in changelog 7bd8c64 is

[tomcat] branch 9.0.x updated: Fix a typo in changelog

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 9c04df2 Fix a typo in changelog 9c04df2 is

[tomcat] branch 8.5.x updated: Fix a typo in changelog

2020-09-24 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 ce17721 Fix a typo in changelog ce17721 is

[tomcat] branch 9.0.x updated: Update to CXF 3.4.0

2020-09-24 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 199f501 Update to CXF 3.4.0 199f501 is described

buildbot failure in on tomcat-9-trunk

2020-09-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/462 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 9.0.x updated: Throw SQLException instead of NullpointerException when failing to connect to the database

2020-09-24 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 478ac96 Throw SQLException instead of

[tomcat] branch master updated: Update to CXF 3.4.0

2020-09-24 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 d2f30cf Update to CXF 3.4.0 new 38e42dd

[tomcat] branch master updated: Fix new shade plugin warnings

2020-09-24 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 a8852a6 Fix new shade plugin warnings a8852a6 is

[GitHub] [tomcat] kdillane commented on pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
kdillane commented on pull request #351: URL: https://github.com/apache/tomcat/pull/351#issuecomment-698458135 > > Since there is no new test for this I am not sure but looking at the code I think "Remove white space" is not quite accurate. > > It is rather "Remove empty lines". Because

[tomcat] branch master updated: Throw SQLException instead of NullpointerException when failing to connect to the database

2020-09-24 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 c5eefc7 Throw SQLException instead of

[tomcat] branch 8.5.x updated: Throw SQLException instead of NullpointerException when failing to connect to the database

2020-09-24 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino 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 2336406 Throw SQLException instead of

[tomcat] branch 9.0.x updated: OWB 2.0.18

2020-09-24 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6cbf57d OWB 2.0.18 6cbf57d is described below

buildbot failure in on tomcat-85-trunk

2020-09-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/2483 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[GitHub] [tomcat] kamnani commented on a change in pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
kamnani commented on a change in pull request #351: URL: https://github.com/apache/tomcat/pull/351#discussion_r494418331 ## File path: java/org/apache/jasper/compiler/Generator.java ## @@ -2095,6 +2101,20 @@ public void visit(Node.JspElement n) throws JasperException {

[GitHub] [tomcat] kamnani commented on pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
kamnani commented on pull request #351: URL: https://github.com/apache/tomcat/pull/351#issuecomment-698430292 > Since there is no new test for this I am not sure but looking at the code I think "Remove white space" is not quite accurate. > It is rather "Remove empty lines". Because

[GitHub] [tomcat] kamnani edited a comment on pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
kamnani edited a comment on pull request #351: URL: https://github.com/apache/tomcat/pull/351#issuecomment-698430292 > Since there is no new test for this I am not sure but looking at the code I think "Remove white space" is not quite accurate. > It is rather "Remove empty lines".

buildbot failure in on tomcat-9-trunk

2020-09-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/464 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] 01/02: Improve handling of HTTP/2 connection preface

2020-09-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c688f8d0b728ca37ffad44d7f50f1aa5778c200f Author: Mark Thomas AuthorDate: Thu Sep 24 15:50:35 2020 +0100 Improve

[tomcat] 02/02: Improve test for invalid client preface

2020-09-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit cb137e09d3445e0edaf69ccc75fea5eb0c60ce3d Author: Mark Thomas AuthorDate: Thu Sep 24 15:57:14 2020 +0100 Improve test

[tomcat] branch 9.0.x updated (199f501 -> cb137e0)

2020-09-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 199f501 Update to CXF 3.4.0 new c688f8d Improve handling of HTTP/2 connection preface new cb137e0 Improve

[Bug 64765] New: ThreadPoolExecutor#submittedCount wrong after undeploy

2020-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64765 Bug ID: 64765 Summary: ThreadPoolExecutor#submittedCount wrong after undeploy Product: Tomcat 9 Version: 9.0.38 Hardware: PC OS: All Status: NEW

buildbot success in on tomcat-9-trunk

2020-09-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/463 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch master updated (a8852a6 -> e1a1a32)

2020-09-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from a8852a6 Fix new shade plugin warnings new 9083cea Improve handling of HTTP/2 connection preface new

[tomcat] 02/02: Improve test for invalid client preface

2020-09-24 Thread markt
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 commit e1a1a324e93b568804153e02281bc4ec625c3ba7 Author: Mark Thomas AuthorDate: Thu Sep 24 15:57:14 2020 +0100 Improve

[tomcat] 01/02: Improve handling of HTTP/2 connection preface

2020-09-24 Thread markt
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 commit 9083cea2ef8b1bc4a8fdbe5dcd544f4edc204dea Author: Mark Thomas AuthorDate: Thu Sep 24 15:50:35 2020 +0100 Improve

[tomcat] branch 8.5.x updated: Improve test for invalid client preface

2020-09-24 Thread markt
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 cd573af Improve test for invalid client preface

[Bug 64765] ThreadPoolExecutor#submittedCount wrong after undeploy

2020-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64765 --- Comment #1 from m...@bsi-software.com --- Possible workaround: In the context.xml: set the renewThreadsWhenStoppingContext property to false. See https://tomcat.apache.org/tomcat-9.0-doc/config/context.html -- You are receiving this