[Bug 64366] [sse] NPE while closing async http/2 connector

2020-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64366 --- Comment #6 from Claude Brisson --- If you let the waiting time tend towards zero, you should observe the NPE. If tomcat closes while the servlet is waiting, there is no special problem, of course. -- You are receiving this mail because:

[Bug 64386] New: WebdavServlet does not send "getlastmodified" property for resource collections

2020-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64386 Bug ID: 64386 Summary: WebdavServlet does not send "getlastmodified" property for resource collections Product: Tomcat 10 Version: 10.0.0-M4 Hardware: All

Re: Dropping reason phrase in WebDavServlet

2020-04-28 Thread Michael Osipov
Am 2020-04-20 um 10:25 schrieb Mark Thomas: On 18/04/2020 21:19, Michael Osipov wrote: Folks, the WebDAV servlet still sends a reason phrase on multistatus (207).I'd like to drop it in master and 9.0.x. It is inconsistent with the behavior with these versions. Any objections/opinions on

buildbot success in on tomcat-trunk

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

[tomcat] branch master updated: Re-align version logger output on startup

2020-04-28 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 b24d23f Re-align version logger output on

buildbot failure in on tomcat-trunk

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

[tomcat] branch master updated: Remove trailing whitespace on import

2020-04-28 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 76b1d73 Remove trailing whitespace on import

[Bug 64366] [sse] NPE while closing async http/2 connector

2020-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64366 --- Comment #5 from Mark Thomas --- Just a gentle reminder than we need the steps to re-create this issue as local testing generates what appears to be a reasonable error message. -- You are receiving this mail because: You are the assignee

Re: CTR: requesting review of org.apache.catalina.startup.TestMultipartConfig

2020-04-28 Thread Mark Thomas
On 28/04/2020 15:22, Christopher Schultz wrote: > All, > > I'd like a review of the test-case I wrote for the multipart config stuff. > > It *works*, but perhaps there are better ways to do the things that I did. > > Someone who is more familiar with all the various ways of testing > Tomcat

[tomcat] branch 9.0.x updated: Correct paths for building the sample native image

2020-04-28 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 2bd1c77 Correct paths for building the sample

Re: Remove org.apache.catalina.tribes.transport.bio

2020-04-28 Thread Coty Sutherland
On Tue, Apr 28, 2020 at 12:30 PM Rémy Maucherat wrote: > Hi, > > I'm still looking at things to remove or refactor in 10 following the > rearchitecting failure for the Connector. One candidate could be the Tribes > transport, since NIO is the default and BIO is probably never used. > > Can it be

Re: git-fu is (still) weak

2020-04-28 Thread Coty Sutherland
On Tue, Apr 28, 2020 at 10:58 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Coty, > > On 4/28/20 10:45, Coty Sutherland wrote: > > > > > > On Tue, Apr 28, 2020 at 10:21 AM Christopher Schultz > > >

Re: Eclipse error despite attempted suppression

2020-04-28 Thread Mark Thomas
On 28/04/2020 15:26, Christopher Schultz wrote: > All, > > I'm running Eclipse 2020-03 (4.15.0) on MacOS and I'm getting a build > failure in > org.apache.catalina.mbeans.JmxRemoteLifecycleListener.JmxRegistry > because of the use of sun.rmi.registry.RegistryImpl. > > There is an attempt to

Re: Remove org.apache.catalina.tribes.transport.bio

2020-04-28 Thread Filip Hanik
On Tue, Apr 28, 2020 at 10:18 Mark Thomas wrote: > On 28/04/2020 17:30, Rémy Maucherat wrote: > > Hi, > > > > I'm still looking at things to remove or refactor in 10 following the > > rearchitecting failure for the Connector. One candidate could be the > > Tribes transport, since NIO is the

Re: Remove org.apache.catalina.tribes.transport.bio

2020-04-28 Thread Mark Thomas
On 28/04/2020 17:30, Rémy Maucherat wrote: > Hi, > > I'm still looking at things to remove or refactor in 10 following the > rearchitecting failure for the Connector. One candidate could be the > Tribes transport, since NIO is the default and BIO is probably never used. > > Can it be removed ?

[tomcat] branch master updated: Correct paths for building the sample native image

2020-04-28 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 7a70300 Correct paths for building the sample

Remove org.apache.catalina.tribes.transport.bio

2020-04-28 Thread Rémy Maucherat
Hi, I'm still looking at things to remove or refactor in 10 following the rearchitecting failure for the Connector. One candidate could be the Tribes transport, since NIO is the default and BIO is probably never used. Can it be removed ? There are a few classes here and there that could go too,

Re: [Bug 61120] Tomcat 8.5.15 with HTTP/2: URL path parameters lost

2020-04-28 Thread Mark Thomas
On 28/04/2020 16:18, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=61120 > > --- Comment #3 from Chuan Hing --- I have locked this idiot's account and deleted the comment. Mark - To unsubscribe,

[tomcat] 01/02: Formatting clean-up to improve clarity. No functional change.

2020-04-28 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 commit b8f9eb8f9fc8b74b6914f11b26a319b24fa61cc5 Author: Mark Thomas AuthorDate: Tue Apr 28 16:43:59 2020 +0100 Formatting

[tomcat] branch 7.0.x updated (9af6dc9 -> 94cbea7)

2020-04-28 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 9af6dc9 optimized code,replace some c-style array new b8f9eb8 Formatting clean-up to improve clarity. No

[tomcat] 02/02: Fix compilation of JSPs with inner classes with ECJ 4.14 onwards

2020-04-28 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 commit 94cbea7df91d6418e879397ef98e46b7454ec758 Author: Mark Thomas AuthorDate: Tue Apr 28 16:00:03 2020 +0100 Fix

[tomcat] branch 8.5.x updated (1871935 -> 5bc5ed2)

2020-04-28 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 1871935 Use javax for 9 new 10d4ef6 Formatting clean-up to improve clarity. No functional change. new

[tomcat] 01/02: Formatting clean-up to improve clarity. No functional change.

2020-04-28 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 10d4ef6b4d94cd2d8d89d7e60a51814a88c28201 Author: Mark Thomas AuthorDate: Tue Apr 28 10:28:50 2020 +0100 Formatting

[tomcat] 02/02: Fix compilation of JSPs with inner classes with ECJ 4.14 onwards

2020-04-28 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 85e93fbf55e22dcfb6bbc54b9413051ccbabe5c0 Author: Mark Thomas AuthorDate: Tue Apr 28 16:00:03 2020 +0100 Fix

[tomcat] 01/02: Formatting clean-up to improve clarity. No functional change.

2020-04-28 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 8df83df6c57212278d655168925121a3ec1711b4 Author: Mark Thomas AuthorDate: Tue Apr 28 10:28:50 2020 +0100 Formatting

[tomcat] branch 9.0.x updated (e928ee5 -> 85e93fb)

2020-04-28 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 e928ee5 Use javax for 9 new 8df83df Formatting clean-up to improve clarity. No functional change. new

[tomcat] 02/02: Fix compilation of JSPs with inner classes with ECJ 4.14 onwards

2020-04-28 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 5bc5ed209554846c522071da56fe6276053da85b Author: Mark Thomas AuthorDate: Tue Apr 28 16:00:03 2020 +0100 Fix

[tomcat] 01/02: Formatting clean-up to improve clarity. No functional change.

2020-04-28 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 86466584fa671b3a59365ac4d6efd2102cab196d Author: Mark Thomas AuthorDate: Tue Apr 28 10:28:50 2020 +0100 Formatting

[tomcat] branch master updated (788a657 -> 753a57c)

2020-04-28 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 788a657 Add changelog new 8646658 Formatting clean-up to improve clarity. No functional change. new

[tomcat] 02/02: Fix compilation of JSPs with inner classes with ECJ 4.14 onwards

2020-04-28 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 753a57c758c9559dd53104befe3407655d63a0d8 Author: Mark Thomas AuthorDate: Tue Apr 28 16:00:03 2020 +0100 Fix

[Bug 61120] Tomcat 8.5.15 with HTTP/2: URL path parameters lost

2020-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61120 --- Comment #3 from Chuan Hing --- Our labeling equipment manufacturer features horizontal and vertical adjustments for allowing reliable and quick label replacement. The operates on nearly every type of packaging. However, our labelers are

Re: git-fu is (still) weak

2020-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Coty, On 4/28/20 10:45, Coty Sutherland wrote: > > > On Tue, Apr 28, 2020 at 10:21 AM Christopher Schultz > > wrote: > > Rémy, > > On 4/27/20 18:41, Rémy Maucherat wrote: >> On Tue, Apr 28, 2020 at 12:21 AM

Re: git-fu is (still) weak

2020-04-28 Thread Coty Sutherland
On Tue, Apr 28, 2020 at 10:21 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rémy, > > On 4/27/20 18:41, Rémy Maucherat wrote: > > On Tue, Apr 28, 2020 at 12:21 AM Christopher Schultz > > >

[Bug 64384] is ignored if any of max-file-size/max-request-size/file-threshold-size elements are missing

2020-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64384 --- Comment #8 from Christopher Schultz --- Rémy has back-ported to 9.0.x and 8.5.x. -- You are receiving this mail because: You are the assignee for the bug. - To

Eclipse error despite attempted suppression

2020-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm running Eclipse 2020-03 (4.15.0) on MacOS and I'm getting a build failure in org.apache.catalina.mbeans.JmxRemoteLifecycleListener.JmxRegistry because of the use of sun.rmi.registry.RegistryImpl. There is an attempt to suppress this for

CTR: requesting review of org.apache.catalina.startup.TestMultipartConfig

2020-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'd like a review of the test-case I wrote for the multipart config stuf f. It *works*, but perhaps there are better ways to do the things that I di d. Someone who is more familiar with all the various ways of testing Tomcat would probably

Re: git-fu is (still) weak

2020-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 4/27/20 18:41, Rémy Maucherat wrote: > On Tue, Apr 28, 2020 at 12:21 AM Christopher Schultz > > wrote: > > All, > > I tried again to commit to tc10 branch, got commit id >

Re: Position on failing tests with vendor-modified OpenSSL packages

2020-04-28 Thread Michael Osipov
Am 2020-04-24 um 01:45 schrieb Michael Osipov: Folks, I run test from Tomcat master and libtcnative master on FreeBSD, RHEL 7 and HP-UX 11.31 on a regular basis and noticed that the OpenSSL 1.0.2 packages provided by Red Hat and HPE are modified which make several tests fail. See an excerpt

[GitHub] [tomcat] govi20 removed a comment on pull request #275: BZ 59203 - interrupt tomcat threads instead of stopping

2020-04-28 Thread GitBox
govi20 removed a comment on pull request #275: URL: https://github.com/apache/tomcat/pull/275#issuecomment-615931189 I will remove the cleanup changes. So apparently we should call interrupt, check if thread is still active, if yes then call stop. Correct me if I'm wrong here.