[Bug 65426] New: HTTP2 Request is Stalled due to Exception on Tomcat. (PING FRAME)

2021-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65426

Bug ID: 65426
   Summary: HTTP2 Request is Stalled due to Exception on Tomcat.
(PING FRAME)
   Product: Tomcat 9
   Version: 9.0.43
  Hardware: PC
OS: Linux
Status: NEW
  Severity: major
  Priority: P2
 Component: Connectors
  Assignee: dev@tomcat.apache.org
  Reporter: bhavesh.mistr...@gmail.com
  Target Milestone: -

Hi All,

I have been debugging HTTP2 stall connection by Chromium browser (Request is
being stalled).  During continuous requests, the chrome browser is stalling due
to a PING Request error as shown below the post.

t=486451 [st=312960] HTTP2_SESSION_CLOSE
--> description = "Failed ping."
--> net_error = -352 (ERR_HTTP2_PING_FAILED)
t=486452 [st=312961] HTTP2_SESSION_POOL_REMOVE_SESSION

Tomcat Version:   Apache Tomcat/9.0.43

Please refer to the following for more details:
https://groups.google.com/a/chromium.org/g/chromium-discuss/c/4u136_Sjo1c  
https://bugs.chromium.org/p/chromium/issues/detail?id=1225774 

For the PING Frame sometime, to request, it is failing to reply in timely
manner and after enabling FINE tracing on the tomcat I am able to get following
Exception:

   Exception in thread "https-jsse-nio-127.0.0.1-8443-exec-10"
java.lang.NullPointerException
at
org.apache.coyote.http2.Http2UpgradeHandler.pruneClosedStreams(Http2UpgradeHandler.java:1249)
at
org.apache.coyote.http2.Http2UpgradeHandler.createRemoteStream(Http2UpgradeHandler.java:1129)
at
org.apache.coyote.http2.Http2UpgradeHandler.headersStart(Http2UpgradeHandler.java:1508)
at
org.apache.coyote.http2.Http2AsyncUpgradeHandler.headersStart(Http2AsyncUpgradeHandler.java:40)
at
org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:225)
at
org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:249)
at
org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:164)
at
org.apache.tomcat.util.net.SocketWrapperBase$VectoredIOCompletionHandler.completed(SocketWrapperBase.java:1087)
at
org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper$NioOperationState.run(NioEndpoint.java:1598)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:829)

--
Could you please look into and why the failure is?  I would appreciate your
help in resolving this issue.


Thanks,

Bhavesh

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE][RESULT] Release Apache Tomcat 9.0.50

2021-07-02 Thread Christopher Schultz

Rémy,

Just adding [RESULT] to the subject for the archives.

-chris

On 7/2/21 09:55, Rémy Maucherat wrote:

The following votes were cast:

Binding:
1+: jfclere, mturk, mgrigorov, kkolinko, csutherl

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Rémy

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Fwd: [Bug 56430] Extension mapping that includes a dot in the extension does not work

2021-07-02 Thread Christopher Schultz

Mark,

On 7/1/21 03:56, Mark Thomas wrote:

On 30/06/2021 23:13, Christopher Schultz wrote:

All,

I don't believe I have any BZ karma at all, but this user has 
duplicated old comments and inserted spam URLs into the comment 
stream. Can someone kill this stuff?


Yes. Felix or I can do it. I've just removed it.

Please don't duplicate the spam by forwarding it to the mailing list.


Aha, I forgot about that part :)

-chris


 Forwarded Message 
Subject: [Bug 56430] Extension mapping that includes a dot in the 
extension does not work

Date: Wed, 30 Jun 2021 20:58:16 +
From: bugzi...@apache.org
Reply-To: Tomcat Developers List 
To: dev@tomcat.apache.org

https://bz.apache.org/bugzilla/show_bug.cgi?id=56430

jullieverma  changed:




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch 9.0.x updated: Add release date for 9.0.50

2021-07-02 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 e6b7937  Add release date for 9.0.50
e6b7937 is described below

commit e6b7937ca313924e2a3db2c2b16c8fa59443df01
Author: remm 
AuthorDate: Fri Jul 2 16:02:26 2021 +0200

Add release date for 9.0.50
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 709b40d..6567735 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -146,7 +146,7 @@
 
   
 
-
+
   
 
   

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r48632 - /dev/tomcat/tomcat-9/v9.0.50/ /release/tomcat/tomcat-9/v9.0.50/

2021-07-02 Thread remm
Author: remm
Date: Fri Jul  2 13:59:12 2021
New Revision: 48632

Log:
Release Apache Tomcat 10.0.8

Added:
release/tomcat/tomcat-9/v9.0.50/
  - copied from r48631, dev/tomcat/tomcat-9/v9.0.50/
Removed:
dev/tomcat/tomcat-9/v9.0.50/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 9.0.50

2021-07-02 Thread Rémy Maucherat
The following votes were cast:

Binding:
1+: jfclere, mturk, mgrigorov, kkolinko, csutherl

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Rémy

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2021-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60030

--- Comment #5 from vura vecini  ---
segeralah mendaftarkan diri anda disini sekarang juga !!!
https://199.192.31.27
https://199.192.31.83

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 57287] Sort files listed by DefaultServlet

2021-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57287

--- Comment #12 from Konstantin Kolinko  ---
Please note that by default this feature is off and should be explicitly
enabled.

E.g. with


listings
true


sortListings
true


sortDirectoriesFirst
true


See

https://tomcat.apache.org/tomcat-9.0-doc/default-servlet.html#change
https://github.com/apache/tomcat/commit/3e1496c295e9eab08e5d85fbc793c962dcb99c58

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r48621 - /dev/tomcat/tomcat-10/v10.0.8/ /release/tomcat/tomcat-10/v10.0.8/

2021-07-02 Thread markt
Author: markt
Date: Fri Jul  2 09:04:22 2021
New Revision: 48621

Log:
Release Apache Tomcat 10.0.8

Added:
release/tomcat/tomcat-10/v10.0.8/
  - copied from r48620, dev/tomcat/tomcat-10/v10.0.8/
Removed:
dev/tomcat/tomcat-10/v10.0.8/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE][RESULT] Release Apache Tomcat 10.0.8

2021-07-02 Thread Mark Thomas

The following votes were cast:

Binding:
1+: isapir, remm, mturk, markt, mgrigorov, csutherl

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/02: Add release date for 10.1.0-M2

2021-07-02 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 7367b0ac841d27508ee69e01745a112ebbb154ab
Author: Mark Thomas 
AuthorDate: Fri Jul 2 09:58:56 2021 +0100

Add release date for 10.1.0-M2
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index ae7b61f..3cd0b8a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -146,7 +146,7 @@
 
   
 
-
+
   
 
   

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 02/02: Add release date for 10.1.0-M2

2021-07-02 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 0f4630d48ac26dfa84131d32b88d7138c7f6c06c
Author: Mark Thomas 
AuthorDate: Fri Jul 2 09:58:56 2021 +0100

Add release date for 10.1.0-M2

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch main updated (5dcc5aa -> 0f4630d)

2021-07-02 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


from 5dcc5aa  Fix a possible connection stall during concurrent stream write
 new 7367b0a  Add release date for 10.1.0-M2
 new 0f4630d  Add release date for 10.1.0-M2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r48620 - /dev/tomcat/tomcat-10/v10.1.0-M2/ /release/tomcat/tomcat-10/v10.1.0-M2/

2021-07-02 Thread markt
Author: markt
Date: Fri Jul  2 08:56:31 2021
New Revision: 48620

Log:
Release Apache Tomact 10.1.0-M2 (alpha)

Added:
release/tomcat/tomcat-10/v10.1.0-M2/
  - copied from r48619, dev/tomcat/tomcat-10/v10.1.0-M2/
Removed:
dev/tomcat/tomcat-10/v10.1.0-M2/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE][RESULT] Release Apache Tomcat 10.1.0-M2

2021-07-02 Thread Mark Thomas

The following votes were cast:

Binding:
+1: isapir, remm, jfclere, markt, mgrigorov

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to this release.

Mark



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org