[Bug 69377] JSP optimization via custom code generation

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69377 --- Comment #18 from John Engebretson --- *** Bug 65124 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65124] Inefficient generated JSP code

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65124 John Engebretson changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 69377] JSP optimization via custom code generation

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69377 John Engebretson changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69377] JSP optimization via custom code generation

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69377 --- Comment #17 from John Engebretson --- Thanks Mark! Backports completed, resolving. Expansion to additional tags may come later. -- You are receiving this mail because: You are the assignee for the bug. --

(tomcat) branch 10.1.x updated: Adding nonstandard support for c:set and c:remove

2025-04-23 Thread jengebr
This is an automated email from the ASF dual-hosted git repository. jengebr pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 9192fc8a84 Adding nonstandard support for c:set

[Bug 69657] New: session timeout not set when accessing / and its redirected to index.jsp

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69657 Bug ID: 69657 Summary: session timeout not set when accessing / and its redirected to index.jsp Product: Tomcat 10 Version: 10.1.40 Hardware: PC OS: Linux

(tomcat) branch 11.0.x updated: Adding nonstandard support for c:set and c:remove

2025-04-23 Thread jengebr
This is an automated email from the ASF dual-hosted git repository. jengebr pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 67df11e33d Adding nonstandard support for c:set

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #8 from Thomas --- Please see the attached screenshot again. I think the root cause is that the length of org.apache.coyote.http2.Http2 Protocol#recycledRequestsAndResponses gradually increases when the upgrade request comes. In fac

Re: [PR] not recycle when external [tomcat]

2025-04-23 Thread via GitHub
qingdaoheze commented on PR #844: URL: https://github.com/apache/tomcat/pull/844#issuecomment-2823942692 You can see my screenshots. I think the root cause is that the length of org.apache.coyote.http2.Http2 Protocol#recycledRequestsAndResponses gradually increases when the upgrade request

(tomcat) branch main updated: Servlet 6.2 spec changes for HttpServletRequest.getContextPath()

2025-04-23 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 The following commit(s) were added to refs/heads/main by this push: new 511ffac20f Servlet 6.2 spec changes for HttpServletR

Re: [PR] not recycle when external [tomcat]

2025-04-23 Thread via GitHub
markt-asf commented on PR #844: URL: https://github.com/apache/tomcat/pull/844#issuecomment-2823804453 Does not fix the issue (which has already been fixed). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #7 from Mark Thomas --- (In reply to Thomas from comment #6) > In my opinion, the fix will like this: > https://github.com/apache/tomcat/pull/844 That is not the fix for this issue. -- You are receiving this mail because: You are

Re: [PR] not recycle when external [tomcat]

2025-04-23 Thread via GitHub
markt-asf closed pull request #844: not recycle when external URL: https://github.com/apache/tomcat/pull/844 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #6 from Thomas --- In my opinion, the fix will like this: https://github.com/apache/tomcat/pull/844 -- You are receiving this mail because: You are the assignee for the bug.

[PR] not recycle when external [tomcat]

2025-04-23 Thread via GitHub
qingdaoheze opened a new pull request, #844: URL: https://github.com/apache/tomcat/pull/844 Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 --- Comment #5 from Thomas --- Can you show me the patches that resolved this issue? Thank you! -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 69655] org.apache.coyote.http2.Http2Protocol#recycledRequestsAndResponses leak

2025-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69655 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

(tomcat) 01/02: Refactor so the buffered data is used directly rather than copied

2025-04-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit de25e1d9d3097df727f27cfe046d0cfe96696125 Author: Mark Thomas AuthorDate: Thu Jan 9 14:01:18 2025 + Refactor so th

(tomcat) 02/02: Replace the unused buffer with a zero length, static instance.

2025-04-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit b8beefb432523eaf47911e8ade5b4b5b1d93101d Author: Mark Thomas AuthorDate: Thu Jan 9 15:19:00 2025 + Replace the un

(tomcat) branch 9.0.x updated (285b8215eb -> b8beefb432)

2025-04-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 285b8215eb Adding nonstandard support for c:set and c:remove new de25e1d9d3 Refactor so the buffered data is used d