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

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

[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