[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430 --- Comment #4 from harald.dun...@aixigo.de --- Created attachment 37242 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37242=edit even better patch Good suggestion. I highly appreciate your effort to keep portability. Attached is a

Re: [tomcat] 02/02: Avoid waste of resources due to reconstruction of objects

2020-05-13 Thread Rémy Maucherat
On Thu, May 14, 2020 at 12:20 AM Mark Thomas wrote: > On 13/05/2020 19:23, Rémy Maucherat wrote: > > On Mon, May 4, 2020 at 4:43 PM > > wrote: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > markt pushed a commit to branch

Re: [tomcat] 02/02: Avoid waste of resources due to reconstruction of objects

2020-05-13 Thread Mark Thomas
On 13/05/2020 19:23, Rémy Maucherat wrote: > On Mon, May 4, 2020 at 4:43 PM > wrote: > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository

[Bug 64431] Enable response compression by default

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64431 --- Comment #4 from Craig --- > > CRIME, BREACH. > CRIME is a vulnerability that applies to TLS compression - I'm not suggesting here that TLS compression be used (it was actually removed in TLS 1.3). So I don't believe CRIME is relevant.

[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430 --- Comment #3 from Michael Osipov --- The shell script has to be portable, "mknod -p" is not portable. This will require cases for various Unix systems. What about fifo with mkfifo? -- You are receiving this mail because: You are the

Re: [tomcat] 02/02: Avoid waste of resources due to reconstruction of objects

2020-05-13 Thread Rémy Maucherat
On Mon, May 4, 2020 at 4:43 PM wrote: > 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 1719b71374d57d59bdcd99537bf13348cdaf87c7 > Author: KangZhiDong >

[Bug 64432] New: RewriteValve does not work with multiple rules

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64432 Bug ID: 64432 Summary: RewriteValve does not work with multiple rules Product: Tomcat 9 Version: unspecified Hardware: PC Status: NEW Severity: normal

[Bug 64431] Enable response compression by default

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64431 --- Comment #3 from Christopher Schultz --- (In reply to Craig from comment #2) > (In reply to Remy Maucherat from comment #1) > > I'd likely vote no to this proposal. > > For posterity, why not? CRIME, BREACH. I'm in favor of HTTP

[Bug 64429] Commit b8649e81458194d70667952d9e26df82a79c773f in 1.1.24 breaks compilation with LibreSSL

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64429 --- Comment #2 from Michael Osipov --- (In reply to Christopher Schultz from comment #1) > I think a solution is desired, but there is no need to revert. > > Support for LibreSSL is a goal, not a requirement. I agree, but if it worked before

[Bug 64431] Enable response compression by default

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64431 --- Comment #2 from Craig --- (In reply to Remy Maucherat from comment #1) > I'd likely vote no to this proposal. For posterity, why not? >It is not a bug, anyway. I filed it as an "enhancement" not a bug - was that not the right thing? If

[Bug 64431] Enable response compression by default

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64431 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Remy

[Bug 64431] Enable response compression by default

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64431 Craig changed: What|Removed |Added CC||candr...@integralblue.com -- You are

[Bug 64431] New: Enable response compression by default

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64431 Bug ID: 64431 Summary: Enable response compression by default Product: Tomcat 10 Version: unspecified Hardware: PC OS: Linux Status: NEW Severity:

[Bug 64429] Commit b8649e81458194d70667952d9e26df82a79c773f in 1.1.24 breaks compilation with LibreSSL

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64429 --- Comment #1 from Christopher Schultz --- I think a solution is desired, but there is no need to revert. Support for LibreSSL is a goal, not a requirement. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #13 from Christopher Schultz --- There is some good information (IMHO) in bug #64415 about this. My method is essentially the same, except that I don't copy the whole QueryStats object - only what is required to perform the

[Bug 64415] Error in slow query report - Comparison method violates its general contract!

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64415 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Christopher Schultz changed: What|Removed |Added CC||spiffy2...@hotmail.com ---

[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430 --- Comment #2 from harald.dun...@aixigo.de --- Please ignore the first patch. I picked the right file from the wrong directory. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430 --- Comment #1 from harald.dun...@aixigo.de --- Created attachment 37240 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37240=edit better patch -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64430] New: rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430 Bug ID: 64430 Summary: rotating catalina.out (using named pipe) Product: Tomcat 8 Version: 8.5.54 Hardware: PC OS: Linux Status: NEW Severity:

[tomcat] branch 8.5.x updated: Revert

2020-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 2808a97 Revert 2808a97 is described below commit

[tomcat] branch 9.0.x updated: Revert

2020-05-13 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 c0796a1 Revert c0796a1 is described below commit

[tomcat] branch master updated: Revert

2020-05-13 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 43b10e3 Revert 43b10e3 is described below

[Bug 64429] New: Commit b8649e81458194d70667952d9e26df82a79c773f in 1.1.24 breaks compilation with LibreSSL

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64429 Bug ID: 64429 Summary: Commit b8649e81458194d70667952d9e26df82a79c773f in 1.1.24 breaks compilation with LibreSSL Product: Tomcat Native Version: unspecified Hardware:

[Bug 64419] Build problem with tomcat-native on FreeBSD 11.3/LibreSSL

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64419 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64419] Build problem with tomcat-native on FreeBSD 11.3/LibreSSL

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64419 --- Comment #6 from gessel --- tomcat-native-1.2.24_1 builds successfully, thank you! -- You are receiving this mail because: You are the assignee for the bug. - To

Re: [tomcat] branch master updated: Add a constant for invalid URI

2020-05-13 Thread Michael Osipov
Am 2020-05-13 um 11:47 schrieb Rémy Maucherat: On Wed, May 13, 2020 at 11:30 AM Michael Osipov wrote: Am 2020-05-13 um 11:18 schrieb Rémy Maucherat: On Wed, May 13, 2020 at 11:08 AM Michael Osipov wrote: Am 2020-05-13 um 09:45 schrieb r...@apache.org: This is an automated email from

Re: [tomcat] branch master updated: Add a constant for invalid URI

2020-05-13 Thread Rémy Maucherat
On Wed, May 13, 2020 at 11:30 AM Michael Osipov wrote: > Am 2020-05-13 um 11:18 schrieb Rémy Maucherat: > > On Wed, May 13, 2020 at 11:08 AM Michael Osipov > wrote: > > > >> Am 2020-05-13 um 09:45 schrieb r...@apache.org: > >>> This is an automated email from the ASF dual-hosted git repository.

Re: [tomcat] branch master updated: Add a constant for invalid URI

2020-05-13 Thread Michael Osipov
Am 2020-05-13 um 11:18 schrieb Rémy Maucherat: On Wed, May 13, 2020 at 11:08 AM Michael Osipov wrote: Am 2020-05-13 um 09:45 schrieb r...@apache.org: This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository

Re: [tomcat] branch master updated: Add a constant for invalid URI

2020-05-13 Thread Rémy Maucherat
On Wed, May 13, 2020 at 11:08 AM Michael Osipov wrote: > Am 2020-05-13 um 09:45 schrieb r...@apache.org: > > 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 > > > >

Re: [tomcat] branch master updated: Add a constant for invalid URI

2020-05-13 Thread Michael Osipov
Am 2020-05-13 um 09:45 schrieb r...@apache.org: 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:

buildbot success in on tomcat-9-trunk

2020-05-13 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/232 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 8.5.x updated: Add a constant for invalid URI

2020-05-13 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 e9fcc05 Add a constant for invalid URI e9fcc05 is

[tomcat] branch 9.0.x updated: Add a constant for invalid URI

2020-05-13 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 2da247c Add a constant for invalid URI 2da247c is

[tomcat] branch master updated: Add a constant for invalid URI

2020-05-13 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 f34dd07 Add a constant for invalid URI f34dd07

[tomcat] branch master updated: Fix subsection name in changelog.xml

2020-05-13 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 73c4260 Fix subsection name in

Re: [VOTE] Release Apache Tomcat 7.0.104

2020-05-13 Thread Martin Grigorov
On Thu, May 7, 2020 at 11:17 PM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.104 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.104/ > The Maven staging repo is: >