Nathan Schile created LOGBACK-1363: -------------------------------------- Summary: [logback-access] Response header field names to be case-insensitive Key: LOGBACK-1363 URL: https://jira.qos.ch/browse/LOGBACK-1363 Project: logback Issue Type: Improvement Components: logback-access Affects Versions: 1.2.3 Environment: Jetty 9.4, Linux, Java 8 Reporter: Nathan Schile Assignee: Logback dev list Priority: Minor
Response header lookup provided by the AccessEvent are case-sensitive. The RFC for message headers says that the header names should be treated as case-insensitive [1]. Request headers are already treated as case-insensitive [2]. Response header lookup should be updated to be case-insensitive. [1] https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2 [2] https://github.com/qos-ch/logback/blob/v_1.2.3/logback-access/src/main/java/ch/qos/logback/access/spi/AccessEvent.java#L325 -- This message was sent by Atlassian JIRA (v7.3.1#73012) _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev