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 | errorResponseThe error response to send if the request is invalid; null if no response needed |
boolean | isPossibleExploitWhether this appears to be an exploit attempt |
boolean | isValidWhether the request is valid |
| Constructor and Description |
|---|
ValidationResult() |
public String errorResponse
public boolean isPossibleExploit
public boolean isValid