File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/main/java/org/owasp/esapi Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ public interface ValidationRule {
20
20
* the value to be parsed
21
21
* @return a validated value
22
22
* @throws ValidationException
23
- * if any validation rules fail, <i>except</i> if the
23
+ * Thrown if any validation rules fail, <i>except</i> when the
24
24
* <b>{@code ESAPI.properties}></b> property
25
- * "Validator.ValidationRule.getValid.ignore509Fix" is set to
26
- * {@code true}, which is the default behavior for ESAPI 2.x
25
+ * "Validator.HtmlValidationAction" is set to
26
+ * {@code clean}. The default <b>{@code ESAPI.properties}></b> property file
27
+ * has "Validator.HtmlValidationAction" is set to {@code throw}, which results
28
+ * in a {@code ValidationException} being thrown if any of the validation rules
29
+ * fail.
30
+ *
27
31
* releases. See ESAPI GitHub Issues
28
32
* <a href="https://github.com/ESAPI/esapi-java-legacy/issues/509}>509</a>
29
33
* and <a href="https://github.com/ESAPI/esapi-java-legacy/issues/521">521</a>
You can’t perform that action at this time.
0 commit comments