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