Java org.springframework.security.web.firewall StrictHttpFirewall fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.firewall StrictHttpFirewall fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.firewall StrictHttpFirewall.

The text is from its open source code.

Constructor

Method

voidsetAllowSemicolon(boolean allowSemicolon)

Determines if semicolon is allowed in the URL (i.e.

voidsetAllowUrlEncodedPercent(boolean allowUrlEncodedPercent)

Determines if a percent "%" that is URL encoded "%25" should be allowed in the path or not.

voidsetAllowUrlEncodedPeriod(boolean allowUrlEncodedPeriod)

Determines if a period "."

voidsetAllowUrlEncodedSlash(boolean allowUrlEncodedSlash)

Determines if a slash "/" that is URL encoded "%2F" should be allowed in the path or not.