SEC-1584: Added namespace support for injecting custom HttpFirewall instance into FilterChainProxy.
This commit is contained in:
@@ -304,6 +304,10 @@ public class FilterChainProxy extends GenericFilterBean {
|
||||
return matcher;
|
||||
}
|
||||
|
||||
public void setFirewall(HttpFirewall firewall) {
|
||||
this.firewall = firewall;
|
||||
}
|
||||
|
||||
/**
|
||||
* If set to 'true', the query string will be stripped from the request URL before
|
||||
* attempting to find a matching filter chain. This is the default value.
|
||||
|
||||
Reference in New Issue
Block a user