DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13929>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13929 Missing registration for a local validation_1_1.dtd Summary: Missing registration for a local validation_1_1.dtd Product: Struts Version: Nightly Build Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, the new validation.xml file validates against a DTD. This DTD has been added to the struts.jar resources directory, but this local version is not registered in the digester. This makes the digester try to connect to the internet to download the DTD, but many production servers are not directly connected to the internet, which makes the load crash. I guess these lines need to be added somewhere: "-//Apache Software Foundation//DTD Struts Validation Configuration 1.1//EN" "/org/apache/struts/resources/validation_1_1.dtd" -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>