[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #11 from Boris Petrov --- Well, we have some code that checks for exceptions in the BE and fails the test if there were any, but without it, the test would pass, yes. -- You are receiving this mail because: You are the assignee

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #10 from Mark Thomas --- Does the test pass when this exception is logged? -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #9 from Mark Thomas --- Thanks. That is really helpful. Let me see what I can do to reproduce this. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #8 from Boris Petrov --- This scenario does sound possible, yes. The test that we have checks that whenever a user logs in one tab of the browser in our site, in another tab the session is also initiated. Same when logging out

Re: [PROPOSAL] Tomcat 10: Drop APR Connector

2019-11-11 Thread Rémy Maucherat
On Mon, Nov 11, 2019 at 7:47 PM Michael Osipov wrote: > To revive this, why APR is stil important: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=63916 > > There is some severe bug making NIO performing very bad. > We're making long term plans here, a bug report filed yesterday is rather

Re: [PROPOSAL] Tomcat 10: Drop APR Connector

2019-11-11 Thread Michael Osipov
Am 2019-10-09 um 21:40 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael On 10/9/19 11:40, Michael Osipov wrote: Am 2019-10-07 um 16:39 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I recently gave a presentation on

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #7 from Mark Thomas --- Can you provide a little more detail about what the test is doing? Looking at the code I see the following sequence of events as a possible trigger: - client is sending data - server detects an error -

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #6 from Boris Petrov --- It happens on my local PC and on the integration server. These are the two Java versions: Local: % java --version openjdk 12.0.2 2019-07-16 OpenJDK Runtime Environment (build 12.0.2+10) OpenJDK 64-Bit

[tomcat] branch master updated: Minor Javadoc improvements for methods added in Servlet 4.0

2019-11-11 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 The following commit(s) were added to refs/heads/master by this push: new d72f5d9 Minor Javadoc improvements for methods

Time to remove o.a.c.servlet4preview in 8.5.x

2019-11-11 Thread Mark Thomas
All, This has been marked as deprecated since 9.0.x went stable. It was marked as liable for removal some time after Sept 2018 at the same time. What does everybody think of removing it now (well, in the next few weeks / months)? Some bits will be easier to remove than others. Removing

[tomcat] branch 8.5.x updated: Update the Servlet 4 preview API to reflect the final release.

2019-11-11 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 6c03319 Update the Servlet 4 preview API to

[tomcat] branch 8.5.x updated: Tab police

2019-11-11 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 c351145 Tab police c351145 is described below

[Bug 63909] ExpiresFilter not account for 304 when content-type is null

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63909 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: Use servlet4preview package to access mapping info

2019-11-11 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 b0ca786 Use servlet4preview package to access

[tomcat] branch 7.0.x updated: Fix some JavaDoc errors build building with Java 13

2019-11-11 Thread markt
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 4db7490 Fix some JavaDoc errors build building

[tomcat] 03/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63909

2019-11-11 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 commit 28c60f19a3660329e06a6455753584c6c8450eb8 Author: Mark Thomas AuthorDate: Mon Nov 11 14:41:12 2019 + Fix

[tomcat] 02/03: Refactor response header handling in unit tests

2019-11-11 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 commit 2522b5a01ee6a4cabd6094745e664e72df799568 Author: Mark Thomas AuthorDate: Mon Nov 11 11:29:03 2019 + Refactor

[tomcat] 01/03: Convert TestExpireFilter to use the built-in getUrl() methods

2019-11-11 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 commit 0ae3ddeefe30047a88aabbcdf129947913a4153b Author: Mark Thomas AuthorDate: Mon Nov 11 10:29:01 2019 + Convert

[tomcat] branch 8.5.x updated (7a5163b -> 28c60f1)

2019-11-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 7a5163b Polish (aligning with 9.0.x/7.0.x) new 0ae3dde Convert TestExpireFilter to use the built-in getUrl()

[tomcat] branch 8.5.x updated: Polish (aligning with 9.0.x/7.0.x)

2019-11-11 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 7a5163b Polish (aligning with 9.0.x/7.0.x)

[tomcat] 03/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63909

2019-11-11 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 53d6115d683471d1094cc72a545db891b42241d5 Author: Mark Thomas AuthorDate: Mon Nov 11 14:41:12 2019 + Fix

[tomcat] branch master updated (ccd6518 -> 53d6115)

2019-11-11 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 ccd6518 Fix test fallout of BZ 63905 new c5a962e Convert TestExpireFilter to use the built-in getUrl() methods

[tomcat] 01/03: Convert TestExpireFilter to use the built-in getUrl() methods

2019-11-11 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 c5a962eaba0ad274e205a2481854b6b3356ca998 Author: Mark Thomas AuthorDate: Mon Nov 11 10:29:01 2019 + Convert

[tomcat] 02/03: Refactor response header handling in unit tests

2019-11-11 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 8423772b53f9677ec0ed74463abae60bbe82527e Author: Mark Thomas AuthorDate: Mon Nov 11 11:29:03 2019 + Refactor

[Bug 63913] java.lang.NullPointerException: Inflater has been closed

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63913 --- Comment #3 from Mark Thomas --- Not sure at this point. Which JRE are you using (Vendor and exact version please)? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63909] ExpiresFilter not account for 304 when content-type is null

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63909 --- Comment #2 from Mark Thomas --- >From RFC 7232, section 4.1: The server generating a 304 response MUST generate any of the following header fields that would have been sent in a 200 (OK) response to the same request: Cache-Control,

[Bug 63859] AJP cping/cpong mode failing on Tomcat 9.x

2019-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63859 --- Comment #15 from Aurelien Pernoud --- Hi Mark, thanks for all the testing. "It is interesting that - in the logs we have - it is only srv09 that is seeing these errors. Is there something about those two instances that is unique?" =>