lmccay commented on code in PR #1021: URL: https://github.com/apache/knox/pull/1021#discussion_r2045682448
########## gateway-provider-security-webappsec/src/main/java/org/apache/knox/gateway/webappsec/deploy/WebAppSecContributor.java: ########## @@ -55,6 +55,10 @@ public class WebAppSecContributor extends ProviderDeploymentContributorBase { private static final String RATE_LIMITING_PREFIX = "rate.limiting"; private static final String RATE_LIMITING_SUFFIX = "_RATE.LIMITING"; private static final String RATE_LIMITING_ENABLED = RATE_LIMITING_PREFIX + ".enabled"; + private static final String SECURITY_HEADER_PREFIX = "security.header"; Review Comment: It is already inconsistent. I am going to follow up with another change make them consistent. -- 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...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org