Re: [PR] Use UTF-8 for logging in Http11InputBuffer [tomcat]

2024-12-05 Thread via GitHub
markt-asf commented on PR #793: URL: https://github.com/apache/tomcat/pull/793#issuecomment-2519959571 We are only interested in the headers. The body could be using any encoding so whatever is chosen the body will be corrupted for some requests. -- This is an automated message from the A

Re: [PR] Use UTF-8 for logging in Http11InputBuffer [tomcat]

2024-12-05 Thread via GitHub
izeye commented on PR #793: URL: https://github.com/apache/tomcat/pull/793#issuecomment-2519950305 @markt-asf Thanks for the feedback! Did you mean to say that the log only contains headers? With [this sample](https://github.com/izeye/hello-spring-boot/tree/web), if I send the

Re: [PR] Use UTF-8 for logging in Http11InputBuffer [tomcat]

2024-12-05 Thread via GitHub
markt-asf commented on PR #793: URL: https://github.com/apache/tomcat/pull/793#issuecomment-2519884919 HTTP headers are expected to be ASCII, not UTF-8. -- 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

Re: [PR] Use UTF-8 for logging in Http11InputBuffer [tomcat]

2024-12-05 Thread via GitHub
markt-asf closed pull request #793: Use UTF-8 for logging in Http11InputBuffer URL: https://github.com/apache/tomcat/pull/793 -- 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