[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

[Bug 69665] getRequestURI() mutates MessageBytes state

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665 --- Comment #3 from Mark Thomas --- It looks like something from a previous request is retaining a reference to the request object and continuing to use it after request processing has completed. That would be an application bug. You might wan

[Bug 69665] getRequestURI() mutates MessageBytes state

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665 --- Comment #2 from msiu...@atlassian.com --- This is the part that I don't fully understand neither, as I didn't dig into Tomcat code before. My only idea was that the Request object could be reused causing this behaviour. I'm not 100% sure it

[Bug 69665] getRequestURI() mutates MessageBytes state

2025-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69665 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas