Re: [VOTE] Release Apache Tomcat 10.0.0-M10

2020-11-13 Thread Martin Grigorov
On Thu, Nov 12, 2020 at 2:33 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M10 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* >

Re: [VOTE] Release Apache Tomcat 8.5.60

2020-11-13 Thread Martin Grigorov
On Thu, Nov 12, 2020 at 7:54 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.60 release is now available for voting. > > The notable changes compared to the 8.5.59 release are: > > - Statistics are now available (via JMX) for HTTP/2, WebSocket and > HTTP/1.1 upgraded connections > > -

Re: [VOTE] Release Apache Tomcat 8.5.60

2020-11-13 Thread Rémy Maucherat
On Thu, Nov 12, 2020 at 6:54 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.60 release is now available for voting. > > The notable changes compared to the 8.5.59 release are: > > - Statistics are now available (via JMX) for HTTP/2, WebSocket and > HTTP/1.1 upgraded connections > > -

Re: JDK 16 Early Access build 24 is now available

2020-11-13 Thread Rory O'Donnell
Thanks Martin! On 13/11/2020 11:26, Martin Grigorov wrote: Hi Rory, Apache Tomcat's build and tests pass with JDK 16-ea+24-1553 on Linux both x86_64 and aarch64! Regards, Martin On Fri, Nov 13, 2020 at 12:19 PM Rory O'Donnell wrote: Hi Mark, OpenJDK 16 Early Access build 24**is now

Re: JDK 16 Early Access build 24 is now available

2020-11-13 Thread Martin Grigorov
Hi Rory, Apache Tomcat's build and tests pass with JDK 16-ea+24-1553 on Linux both x86_64 and aarch64! Regards, Martin On Fri, Nov 13, 2020 at 12:19 PM Rory O'Donnell wrote: > > Hi Mark, > > OpenJDK 16 Early Access build 24**is now available at > http://jdk.java.net/16 > > * These

Re: [VOTE] Release Apache Tomcat 10.0.0-M10

2020-11-13 Thread Rémy Maucherat
On Thu, Nov 12, 2020 at 1:33 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0-M10 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* >

JDK 16 Early Access build 24 is now available

2020-11-13 Thread Rory O'Donnell
Hi Mark, OpenJDK 16 Early Access build 24**is now available at http://jdk.java.net/16 * These early-access , open-source builds are provided under the o GNU General Public License, version 2, with the Classpath Exception . *

Re: [VOTE] Release Apache Tomcat 9.0.40

2020-11-13 Thread Rémy Maucherat
On Thu, Nov 12, 2020 at 4:58 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.40 release is now available for voting. > > The notable changes compared to the 9.0.39 release are: > > - Statistics are now available (via JMX) for HTTP/2, WebSocket and > HTTP/1.1 upgraded connections > > -

Re: [VOTE] Release Apache Tomcat 9.0.40

2020-11-13 Thread Martin Grigorov
On Thu, Nov 12, 2020 at 5:58 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.40 release is now available for voting. > > The notable changes compared to the 9.0.39 release are: > > - Statistics are now available (via JMX) for HTTP/2, WebSocket and > HTTP/1.1 upgraded connections > > -

[Bug 64848] WsSession objects in OUTPUT_CLOSED state are implicitly held by waitingProcessors and GC cannot purge them from the JVM heap

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64848 --- Comment #13 from Laszlo Karolyi --- Hi Thomas, According to the last information I got the Tomcat 9.0.40 release was estimated to be ready this week but I haven't seen any update on this. Since our internal release is still in progress

[Bug 64848] WsSession objects in OUTPUT_CLOSED state are implicitly held by waitingProcessors and GC cannot purge them from the JVM heap

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64848 --- Comment #14 from Christopher Schultz --- Tomcat 9.0.40 started on 12 November[1]. Feel free to test and vote! [1] https://lists.apache.org/thread.html/rce32f696e12fecfd4b4383a5e8a389f4dac7d357053fd03ac7280868%40%3Cdev.tomcat.apache.org%3E

[Bug 64921] LoadBalancerDrainingValve does not honour "Secure Session Cookie" settings

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64921 --- Comment #5 from Christopher Schultz --- That sounds good; I think there isn't any more configuration necessary, then since the Cookie configuration already has what it needs. I love one-liner fixes. Andreas, would you care to prepare a

[GitHub] [tomcat] akurth opened a new pull request #377: Set "Secure" session cookie attribute if called under SSL.

2020-11-13 Thread GitBox
akurth opened a new pull request #377: URL: https://github.com/apache/tomcat/pull/377 Missing "Secure" flag may lead to redirect loops under certain conditions, e.g. when sameSiteCookies=none has been set at the CookieProcessor and browser is Chrome. Fixes

[Bug 64921] LoadBalancerDrainingValve does not honour "Secure Session Cookie" settings

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64921 --- Comment #6 from Andreas Kurth --- https://github.com/apache/tomcat/pull/377 Windows smoke test failed due to an unrelated test failure. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64872] Inefficient enum resolution in JSPs

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872 --- Comment #13 from Mark Thomas --- Thanks for that. I think it should be possible to use the extension point added for bug 54239 to implement this. I'll take a look. -- You are receiving this mail because: You are the assignee for the

[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 --- Comment #5 from Mark Thomas --- As soon as the version number was updated, it was obvious this was a duplicate. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 --- Comment #2 from Simone --- Created attachment 37564 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37564=edit Stack trace of open files Output of "File Leak Detector" -- You are receiving this mail because: You are the assignee

[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 Simone changed: What|Removed |Added Version|8.5.59 |8.5.49 -- You are receiving this mail

[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 Simone changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Simone --- Hi Mark,

[Bug 63983] Jasper builds-up open files until garbage collection, hitting Linux default limit of 4096.

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63983 Mark Thomas changed: What|Removed |Added CC||simone.luc...@eng.it --- Comment #4

[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW