https://bz.apache.org/bugzilla/show_bug.cgi?id=63824
Bug ID: 63824 Summary: Http11Processor does not compare Connection header value case-insensitively Product: Tomcat 8 Version: 8.5.x-trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: micha...@apache.org Target Milestone: ---- Based on the discussion here: http://mail-archives.apache.org/mod_mbox/tomcat-dev/201910.mbox/%3C6b4dc6fd-7878-ed8d-c84b-410682b6bd03%40apache.org%3E The comparison must be equalsIgnoreCase(). At best, the method would be changed to #isConnectionValue(MimeHeaders, String) where the expected value is passed as the second arg. This would allow for testing "close" and "keep-alive". -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org