[tomcat] branch master updated: Add option from JAAS to the JNDI realm

2020-10-20 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 6fe9ef6 Add option from JAAS to the JNDI realm

[tomcat] branch 9.0.x updated: Add option from JAAS to the JNDI realm

2020-10-20 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 4ba1769 Add option from JAAS to the JNDI realm

[tomcat] branch 8.5.x updated: Add option from JAAS to the JNDI realm

2020-10-20 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 c7a383d Add option from JAAS to the JNDI realm

[Bug 64818] Allow duplicate URL mapping to the same Servlet

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64818 --- Comment #4 from Mark Thomas --- The text from the spec is: If the effective web.xml (after merging information from fragments and annotations) contains any url-patterns that are mapped to multiple servlets then the deployment must fail.

[Bug 64818] Allow duplicate URL mapping to the same Servlet

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64818 --- Comment #6 from mgrigorov --- (In reply to Christopher Schultz from comment #5) > What about specifying the (same) mapping in both @Annotations and also in > WEB-INF/web.xml? If that causes an error, it would be *very* frustrating. I >

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

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64832 Bug ID: 64832 Summary: Invalid byte tag in constant pool 19 on tomcat-juli Product: Tomcat 9 Version: 9.0.38 Hardware: PC OS: Linux Status: NEW

[Bug 64818] Allow duplicate URL mapping to the same Servlet

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64818 --- Comment #5 from Christopher Schultz --- What about specifying the (same) mapping in both @Annotations and also in WEB-INF/web.xml? If that causes an error, it would be *very* frustrating. I wouldn't consider this a bug, but rather two

[Bug 64829] New: HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64829 Bug ID: 64829 Summary: HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error Product: Tomcat 9 Version: 9.0.39 Hardware: HP OS: Linux

[Bug 64830] New: HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830 Bug ID: 64830 Summary: HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error Product: Tomcat 9 Version: 9.0.39 Hardware: HP OS: Linux

[Bug 64830] HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830 --- Comment #1 from Arshiya --- Created attachment 37513 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37513=edit FRAME_SIZE_ERROR PCAP -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64830] HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830 --- Comment #2 from Arshiya --- Created attachment 37514 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37514=edit PROTOCOL ERROR -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64830] HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830 --- Comment #4 from Arshiya --- Created attachment 37516 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37516=edit Sample application to reproduce the issue -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64830] HTTP2 : GOAWAY sent with Protocol Error and Frame Size Error

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64830 --- Comment #3 from Arshiya --- Created attachment 37515 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37515=edit JMX file to reproduce issue -- You are receiving this mail because: You are the assignee for the bug.

RE: jstl jar location

2020-10-20 Thread George Stanchev
Apologies. I accidently sent this to the wrong mailing list. Will resend to the user mailing list. From: George Stanchev Sent: Tuesday, October 20, 2020 1:02 PM To: Tomcat Developers List Subject: jstl jar location I am hoping someone can shed some lights on a question. I did try to search

jstl jar location

2020-10-20 Thread George Stanchev
I am hoping someone can shed some lights on a question. I did try to search online and SO but haven't had luck in figure it out so hopefully it is a quick answer from the people that know that stuff. We have an uber-lib folder where we keep shared libraries in our TC85-hosted app. If we put

[Bug 60030] Run away CPU with JSSE / OpenSSL with IE8

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60030 --- Comment #5 from rahel widaya --- 1. Poker 88 Diusung sebelum hadirnya lawanqq. Poker 88 terbukti memiliki banyak member aktif semenjak awal peluncurannya. Hadir dengan 8 macam permainan kartu yang memanjakan anda, https://199.192.31.67

[tomcat] branch 9.0.x updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 8bcc845 Updated text per @schultz 8bcc845 is

[tomcat] branch master updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 647ad9b Updated text per @schultz 647ad9b is

[tomcat] branch 8.5.x updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 d0dedef Updated text per @schultz d0dedef is

[tomcat] branch master updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 647ad9b Updated text per @schultz 647ad9b is

[tomcat] branch 9.0.x updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 8bcc845 Updated text per @schultz 8bcc845 is

[tomcat] branch master updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 647ad9b Updated text per @schultz 647ad9b is

[tomcat] branch 9.0.x updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 8bcc845 Updated text per @schultz 8bcc845 is

[tomcat] branch 9.0.x updated: BZ-64797 Aligned Host-Manager manager.xml with Manager context.xml

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 e3aa8d0 BZ-64797 Aligned Host-Manager

[tomcat] branch 7.0.x updated: Added .vscode to .gitignore

2020-10-20 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 0ddfd8a Added .vscode to .gitignore 0ddfd8a is

[tomcat] branch 8.5.x updated: Added .vscode to .gitignore

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 5fb7e46 Added .vscode to .gitignore 5fb7e46 is

[tomcat] branch 7.0.x updated: Updated text per @schultz

2020-10-20 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 e727075 Updated text per @schultz e727075 is

[GitHub] [tomcat] anilgursel opened a new pull request #371: Call `accept` immediately if connection count is not close to max con…

2020-10-20 Thread GitBox
anilgursel opened a new pull request #371: URL: https://github.com/apache/tomcat/pull/371 …nections Under regular load, we observe NIO2 has better CPU utilization and slightly better latency compared to NIO1. However, under heavy load or during spikes, we observed that the 99th

[tomcat] branch 8.5.x updated: BZ-64797 Aligned Host-Manager manager.xml with Manager context.xml

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 92b6b37 BZ-64797 Aligned Host-Manager

[Bug 64818] Allow duplicate URL mapping to the same Servlet

2020-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64818 --- Comment #7 from Christopher Schultz --- (In reply to mgrigorov from comment #6) > (In reply to Christopher Schultz from comment #5) > > What about specifying the (same) mapping in both @Annotations and also in > > WEB-INF/web.xml? If that

[tomcat] branch master updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 647ad9b Updated text per @schultz 647ad9b is

[tomcat] branch master updated: Updated text per @schultz

2020-10-20 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 647ad9b Updated text per @schultz 647ad9b is