smolnar82 commented on code in PR #668:
URL: https://github.com/apache/knox/pull/668#discussion_r1013657425
##########
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:
@lmccay - yes, Jetty's DOS filter is different than the other filters in
this respect. As you can see from the samples Balazs gave us, the parameters in
this filter:
- do not need any special prefix (such as `rate.limiting`)
- they are 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]