markt-asf commented on PR #893: URL: https://github.com/apache/tomcat/pull/893#issuecomment-3287830736
> Looking at MimeHeaders and MessageBytes, I don't see where String.toLowerCase is being called. Should I be looking elsewhere? It is all `equalsIgnoreCase()` rather than `toLowerCase()` https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/http/MimeHeaders.java#L228 https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/http/MimeHeaders.java#L318 https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/buf/MessageBytes.java#L381 https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/buf/ByteChunk.java#L612 https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/buf/CharChunk.java#L447 -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
