DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32123>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32123

DigestingPlugIn can't load a digester rule file

           Summary: DigestingPlugIn can't load a digester rule file
           Product: Struts
           Version: 1.2.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Utilities
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to