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


##########
http/jetty12/src/main/java/org/apache/felix/http/jetty/internal/ConfigMetaTypeProvider.java:
##########
@@ -220,6 +220,12 @@ public ObjectClassDefinition getObjectClassDefinition( 
String id, String locale
                 204800,
                 
bundle.getBundleContext().getProperty(JettyConfig.FELIX_JETTY_RESPONSE_SIZE_LIMIT)));
 
+        adList.add(new 
AttributeDefinitionImpl(JettyConfig.FELIX_JETTY_ERROR_PAGE_CUSTOM_HEADERS,
+                "Custom headers to add to error pages",
+                "Felix specific property to configure the custom headers to 
add to all error pages served by Jetty. Separate key-value pairs with ##.",
+                204800,

Review Comment:
   I need to adjust this value to the right defaults. 



-- 
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