[Bug 69377] JSP optimization via custom code generation

2025-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69377 --- Comment #11 from John Engebretson --- PR published, ready for review. Performance data looks good. -- You are receiving this mail because: You are the assignee for the bug.

Re: [PR] BUGFIX: fix an incorrect range size validation [tomcat]

2025-04-14 Thread via GitHub
Chenjp commented on PR #843: URL: https://github.com/apache/tomcat/pull/843#issuecomment-2800960190 @rmaucher Hi, it is a functional error. -- 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 spe

(tomcat) branch 10.1.x updated: Fix off by one validation logic for partial PUT ranges

2025-04-14 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 6b412a9239 Fix off by one validation logic for par

(tomcat) branch main updated: Fix off by one validation logic for partial PUT ranges

2025-04-14 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 490c5871d6 Fix off by one validation logic for partial

(tomcat) branch 9.0.x updated: Fix off by one validation logic for partial PUT ranges

2025-04-14 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 0a17a232e1 Fix off by one validation logic for parti

Re: [PR] BUGFIX: fix an incorrect range size validation [tomcat]

2025-04-14 Thread via GitHub
rmaucher closed pull request #843: BUGFIX: fix an incorrect range size validation URL: https://github.com/apache/tomcat/pull/843 -- 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.

Re: [PR] BUGFIX: fix an incorrect range size validation [tomcat]

2025-04-14 Thread via GitHub
rmaucher commented on PR #843: URL: https://github.com/apache/tomcat/pull/843#issuecomment-2801357502 Ok so this looks like it cleans up all the off by one issue. Merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(tomcat) branch 11.0.x updated: Fix off by one validation logic for partial PUT ranges

2025-04-14 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 79edd7ebe2 Fix off by one validation logic for par

[PR] BUGFIX: fix an incorrect range size validation [tomcat]

2025-04-14 Thread via GitHub
Chenjp opened a new pull request, #843: URL: https://github.com/apache/tomcat/pull/843 **semantics fix:** range size = end_pos - start_pos + 1 ## See error log ```bash curl http://localhost:64438/one.txt -d c -H "Content-Range: bytes 0-0/1" -i HTTP/1.1 405 Allow: OPTIONS, G