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