lmccay commented on code in PR #668:
URL: https://github.com/apache/knox/pull/668#discussion_r1013604525


##########
gateway-provider-security-webappsec/src/main/java/org/apache/knox/gateway/webappsec/deploy/WebAppSecContributor.java:
##########
@@ -150,12 +165,24 @@ public void contributeFilter(DeploymentContext           
context,
     }
   }
 
-  private void provisionConfig(ResourceDescriptor resource, Map<String,String> 
providerParams,
-      List<FilterParamDescriptor> params, String prefix) {
-    for(Entry<String, String> entry : providerParams.entrySet()) {
+  private void provisionConfig(ResourceDescriptor resource, Map<String, 
String> providerParams,
+                               List<FilterParamDescriptor> params, String 
prefix, boolean cutPrefix, boolean toLowerCase) {

Review Comment:
   Why did you add these cure cutPrefix and toLowerCase - does the DOS filter 
treat the params as case sensitive?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to