1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SEC-1584: Added namespace support for injecting custom HttpFirewall instance into FilterChainProxy.

This commit is contained in:
Luke Taylor
2010-10-13 19:34:04 +01:00
parent 82cd72768d
commit 8e68fa1334
12 changed files with 2253 additions and 645 deletions
@@ -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.