I am getting the below error in my validator.xml and validator-rules.xml file.. i have checked the commons-validator.jar whether the given doctype is same as in the jar file. also i have copied the
doc path from the dtd file.
Server returned HTTP response code: 403 for URL: http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd
i have the below doctype in my xml file
<!DOCTYPE form-validation PUBLIC
"-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN"
"http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd">