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 {
2020 * the value to be parsed
2121 * @return a validated value
2222 * @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
2424 * <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+ *
2731 * releases. See ESAPI GitHub Issues
2832 * <a href="https://github.com/ESAPI/esapi-java-legacy/issues/509}>509</a>
2933 * 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