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=14211>. 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=14211 Documentation inconsistency Summary: Documentation inconsistency Product: Commons Version: 1.3 Final Platform: All URL: http://jakarta.apache.org/commons/digester/api/org/apach e/commons/digester/package- summary.html#package_description OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Digester AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The documentation suggests: digester.register ("-//Apache Software Foundation//DTD Struts Configuration 1.0//EN", "/org/apache/struts/resources/struts-config_1_0.dtd"); Which should actually be: digester.register ("-//Apache Software Foundation//DTD Struts Configuration 1.0//EN", (new java.net.URL("/org/apache/struts/resources/struts- config_1_0.dtd")).toString()); -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
