mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 14:23:30 +00:00
Fix since on StrictHttpFirewall
Fixes: gh-5006
This commit is contained in:
parent
6c5ce1237d
commit
1159c9f302
@ -63,7 +63,7 @@ import java.util.Set;
|
|||||||
*
|
*
|
||||||
* @see DefaultHttpFirewall
|
* @see DefaultHttpFirewall
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
* @since 5.0.1
|
* @since 4.2.4
|
||||||
*/
|
*/
|
||||||
public class StrictHttpFirewall implements HttpFirewall {
|
public class StrictHttpFirewall implements HttpFirewall {
|
||||||
private static final String ENCODED_PERCENT = "%25";
|
private static final String ENCODED_PERCENT = "%25";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user