You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/11/04 05:50:25 UTC

DO NOT REPLY [Bug 14211] New: - Documentation inconsistency

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: commons-dev@jakarta.apache.org
        ReportedBy: ekyu@asgnet.psc.sc.edu


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>