[Bug 69702] Sometime return 404 for normal request when using HTTP2

2025-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69702

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Mark Thomas  ---
Insufficient information has been provided to enable the Tomcat team to
reproduce this issue.

Unless a minimal test case is provided that reproduces this issue on a clean
install of the latest version of a supported Tomcat version, the root cause
will be assumed to be an application issue and this report will be closed as
INVALID.

-- 
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 69702] New: Sometime return 404 for normal request when using HTTP2

2025-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69702

Bug ID: 69702
   Summary: Sometime return 404 for normal request when using
HTTP2
   Product: Tomcat 9
   Version: 9.0.100
  Hardware: All
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Connectors
  Assignee: dev@tomcat.apache.org
  Reporter: qingdaoh...@163.com
  Target Milestone: -

After the service is started, a 404 error is occasionally returned, although
the requested URL is correct. And the content of the response body is as
follows, not the defined page content:

responseBody:HTTP Status 404 – Not
Foundbody {font-family:Tahoma,Arial,sans-serif;}
h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2
{font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;}
.line
{height:1px;background-color:#525D76;border:none;}HTTP
Status 404 – Not Found

The defined page content:


Whitelabel Error Page
This application has no explicit mapping for /error, so you are
seeing this as a fallback.
Mon Jun 02 12:01:32 GST 2025
There was an unexpected error (type=Not Found, status=404).
No message available



-- 
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 69665] getRequestURI() mutates MessageBytes state

2025-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665

--- Comment #4 from Mark Thomas  ---
This issue has been open for over a month waiting for additional information.
With out that information, this issue will eventually be resolved as
WORKSFORME.

-- 
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 69699] Rewrite redirection forget SessionID path parameter

2025-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69699

--- Comment #2 from Chen Jp  ---
Per servlet spec says:

"URL rewriting should not be used as a session tracking mechanism where cookies
or SSL sessions are supported and suitable."

Before forward jsessionid, we need determine whether cookies or SSL sessions
are supported or not.

-- 
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 69699] Rewrite redirection forget SessionID path parameter

2025-06-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69699

--- Comment #3 from Chen Jp  ---
Update PR#862, URL-Rewriting is the last alternative option for Session
Tracking Mode.

-- 
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