filters.BaseFilter | +--filters.QueryStringLengthFilter
Method Summary | |
public array |
getConfigurables()
Returns a list of configurable properties |
public string |
getDescription()
|
public numeric |
getMaximumLength()
Returns the current max length specified |
public string |
getName()
|
public string |
getThreatCategory()
Returns validation |
public numeric |
inspectRequest()
|
public void |
setMaximumLength(numeric length)
Sets the max allowed length, default is 2083 the max length of a url in IE4 |
Method Detail |
public array getConfigurables()
public string getDescription()
public numeric getMaximumLength()
public string getName()
public string getThreatCategory()
public numeric inspectRequest()
public void setMaximumLength(numeric length)
numeric length