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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to