FuseGuard Logo

fuseguard.components.filters
Component QueryStringLengthFilter

filters.BaseFilter
  |
  +--filters.QueryStringLengthFilter

Allows you to limit the length of query string

Method Summary
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

Methods inherited from filters.BaseFilter
logEnabled, ignoreVariable, getBlockLevel, init, setScopes, setFilterLevel, getFirewall, setFilterID, filterEnabled, blockEnabled, getRequestLogMessageDetail, logOnly, getFilterInstanceName, inspectVariables, setLogLevel, ignoresVariable, getFilterID, ignoreURI, filterRequest, inspectsCGIScope, getRequestLogMessage, inspectsURI, getLogLevel, setAllowDenyOrder, inspectsCookieScope, setBlockLevel, filterVariables, setFilterInstanceName, inspectVariable, allowURI, getHelp, inspectsUrlScope, getFilterLevel, denyURI, setRequestLogMessage, getFilterComponent, inspectsFormScope
 

Method Detail

getDescription

public string getDescription()

getMaximumLength

public numeric getMaximumLength()
Returns the current max length specified


getName

public string getName()

getThreatCategory

public string getThreatCategory()
Returns validation


inspectRequest

public numeric inspectRequest()

setMaximumLength

public void setMaximumLength(numeric length)
Sets the max allowed length, default is 2083 the max length of a url in IE4

Parameters:
numeric length