package

com.atlassian.confluence.web.filter.validateparam

Interfaces

RequestParamCleaningWhitelistStrategy Defines a strategy for whitelisting a request parameter so that it is not explicitly declared clean. 

Classes

ParamNameWhitelistStrategy A simple whitelist cleaning strategy that accepts a set of parameter names, and permits any parameters whose name is in that set. 
RequestParamValidationFilter Validates request parameter values so that they cannot contain null characters. 

Exceptions

InvalidParameterEncodingException Thrown when a Request Parameter contains an invalidly encoded parameter.