You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/11/09 05:32:38 UTC

DO NOT REPLY [Bug 32123] New: - DigestingPlugIn can't load a digester rule file

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: dev@struts.apache.org
        ReportedBy: takes@on.rim.or.jp


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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org