public static class RequestValidator.ValidationResult extends Object
This inner class provides detailed information about whether a request is valid, if it appears to be an exploit attempt, and what error response should be sent.
| Modifier and Type | Field and Description |
|---|---|
String |
errorResponse
The error response to send if the request is invalid; null if no response needed
|
boolean |
isPossibleExploit
Whether this appears to be an exploit attempt
|
boolean |
isValid
Whether the request is valid
|
| Constructor and Description |
|---|
ValidationResult() |
public String errorResponse
public boolean isPossibleExploit
public boolean isValid