Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-2273

DigestingPlugIn can't load a digester rule file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.2.4
    • 1.2 Family
    • Core
    • None
    • Operating System: All
      Platform: All
    • 32123

    Description

      initializeDigester method:
      ...
      digester =
      this.digesterFromXml(this.digesterPath, this.digesterSource); (1)
      ...

      digesterFromXml method:
      ...
      URL configURL = this.getConfigURL(path, source)
      ...

      getConfigURL method:
      protected URL getConfigURL(String path, String source)
      source parameter is not used.
      configSource field is used.

      at (1):
      this.digester parameter is not used.
      this.configSource field is used.

      Attachments

        Activity

          People

            Unassigned Unassigned
            takes@on.rim.or.jp takes@on.rim.or.jp
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: