| Interface | Description |
|---|---|
| RequestParamCleaningWhitelistStrategy |
Defines a strategy for whitelisting a request parameter so that it is not
explicitly declared clean.
|
| Class | Description |
|---|---|
| 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.
|
| Exception | Description |
|---|---|
| InvalidParameterEncodingException |
Thrown when a Request Parameter contains an invalidly encoded parameter.
|
Copyright © 2003–2021 Atlassian. All rights reserved.