Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-13

Documentation inconsistency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3
    • None
    • None
    • Operating System: All
      Platform: All

    • 14211

    Description

      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());

      Attachments

        Activity

          People

            Unassigned Unassigned
            ekyu@asgnet.psc.sc.edu ekyu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: