[tomcat] branch 9.0.x updated: Add dedicated handling and warn for a null socket channel

2020-10-28 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 99c52a2 Add dedicated handling and warn for a null

[Bug 64832] Invalid byte tag in constant pool 19 on tomcat-juli

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64832 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

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

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 Bug ID: 64857 Summary: Too many open files on TLD and JSP Product: Tomcat 8 Version: 8.5.x-trunk Hardware: Other OS: Linux Status: NEW Severity:

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

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 Mark Thomas changed: What|Removed |Added Severity|critical|normal Status|NEW

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

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857 Simone changed: What|Removed |Added Version|8.5.x-trunk |8.5.59 -- You are receiving this mail

[tomcat] branch master updated: Add dedicated handling and warn for a null socket channel

2020-10-28 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 717387f Add dedicated handling and warn for a

Some test observations for TC 7

2020-10-28 Thread Rainer Jung
Hi all, I tested TC 7.0.106 plus a few patches from git with a variety of JVMs on a few Linux distributions. I observed: - org.apache.tomcat.util.net.TestClientCertTls13 now fails for Java 1.8.0_272 be it OpenJDK, Adopt or Zulu on all Linux distros I tested. TLSv1.3 was backported to Java 8

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Venkat changed: What|Removed |Added Ever confirmed|1 |0 Status|RESOLVED

[Bug 64839] HTTP2: Exception in thread "http-nio-x.y.z-1090-ClientPoller" java.lang.NullPointerException

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64839 Remy Maucherat changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: Revert "Restore try catch around Poller.events"

2020-10-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 The following commit(s) were added to refs/heads/8.5.x by this push: new f0b2ace Revert "Restore try catch around

[Bug 64858] New: Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 Bug ID: 64858 Summary: Allow to deploy a WAR whose dependencies are on a Maven repository Product: Tomcat 10 Version: unspecified Hardware: PC OS: All

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

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64848 --- Comment #2 from Mark Thomas --- The other thing to check is whether you have multiple threads writing to the same WebSocket session concurrently. That is not supported by the Java WebSocket API and could lead to the issue you describe. --

Re: Some test observations for TC 7

2020-10-28 Thread Rainer Jung
Thanks Chris. The TLS 1.3 problem happens for all TC versions. It looks to me as a test limitation. We check, whether TLS 1.3 support is present in the JVM via "SSLContext.getInstance(Constants.SSL_PROTO_TLSv1_3)". If so, we do the TLS1.3 test, configure TC to use TLS 1.3 but use a default

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement --- Comment #3 from Remy

[Bug 64797] Align manager.xml template file in Host-Manager with context.xml of real Manager web application.

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64797 Igal Sapir changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 7.0.x updated: BZ-64797 Added changelog entry

2020-10-28 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 c342338 BZ-64797 Added changelog entry c342338

Re: svn/git for website

2020-10-28 Thread Igal Sapir
On Tue, Oct 27, 2020 at 12:17 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Konstantin, > > On 10/26/20 20:47, Konstantin Kolinko wrote: > > пт, 2 окт. 2020 г. в 00:09, Mark Thomas : > >> > >> Hi all, > >> > >> The topic came up at the BoF session at the end of the Tomcat track

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #2 from Gael Lalire --- Yes, it is also possible to rebuild the WAR locally with maven resolver. However you will have multiple copies of same lib in your disk (more disk usage) and you lose the possibility to share lib's classes

Re: svn/git for website

2020-10-28 Thread Dave Fisher
Hi - I may have helpful ideas. Tell me where the Tomcst site repository and build are located. Regards, Dave Sent from my iPhone > On Oct 27, 2020, at 12:18 PM, Christopher Schultz > wrote: > > Konstantin, > >> On 10/26/20 20:47, Konstantin Kolinko wrote: >> пт, 2 окт. 2020 г. в 00:09,

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

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64848 --- Comment #3 from Mark Thomas --- Actually, scratch that last comment. Tomcat detects that and will throw an Exception. I'm still looking into this but there are changes between 9.0.36 and 9./0.39 that might help so that feedback would still

[Bug 64858] Allow to deploy a WAR whose dependencies are on a Maven repository

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64858 --- Comment #1 from Michael Osipov --- Why don't you do this yourself with Resolver Ant Tasks? The likelihood to have this in zTomcsg is almost zero. -- You are receiving this mail because: You are the assignee for the bug.

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

2020-10-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64848 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

Re: Some test observations for TC 7

2020-10-28 Thread Christopher Schultz
Rainer, I recently had some weirdness with TLS connections as well. Please see my post titled "SSLException after Java upgrade". "Recently", Java moved certain EC curves to the attic and won't handshake properly anymore. Another investigation of my own product running into a network

NIO2 latency problem under heavy load

2020-10-28 Thread Anil Gursel
Hi, We observe latency degradation with NIO2 compared to NIO1 for new connections when the server is under stress. I created https://github.com/apache/tomcat/pull/371 and will very much appreciate getting feedback from you. Please see more details below: Under regular load, we observe NIO2 has