You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/28 01:35:45 UTC

DO NOT REPLY [Bug 21917] New: - TldConfig.java does not set SystemId

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=21917>.
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=21917

TldConfig.java does not set SystemId

           Summary: TldConfig.java does not set SystemId
           Product: Tomcat 5
           Version: 5.0.5
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: apache@a.leader-bg.com


Trying to use entities in tld xml file, XML parser throws:

org.xml.sax.SAXParseException: Relative URI "entities/converter_attributes.xml";
can not be resolved without a base URI.

The problem seems to be caused by calling digester.parse(InputStream) method
instead of digester.parse(InputSource) one. To fix this, must change
TldConfig.tldScanStream to accept InputSource instead of InputStream.
Respectively, tldScanJar() and tldScanTld() need trivial changes to pass
InputSource.

Same bug exists in Tomcat 4.x as well. Should I enter the same bug there?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org