paulrutter commented on code in PR #426:
URL: https://github.com/apache/felix-dev/pull/426#discussion_r2097150199


##########
http/jetty12/src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java:
##########
@@ -509,6 +512,10 @@ public int getResponseSizeLimit()
         return getIntProperty(FELIX_JETTY_RESPONSE_SIZE_LIMIT, -1);
     }
 
+    public String getFelixJettyErrorPageCustomHeaders() {
+        return getProperty(FELIX_JETTY_ERROR_PAGE_CUSTOM_HEADERS, null);

Review Comment:
   Not using `getStringArray` as splitting on "," is not safe for header 
values; these might contain "," in the value as well. For example:
   
   `Expires=Thu, 01 Dec 1994 16:00:00 GMT`



-- 
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: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to