On Nov 30, 2004, at 7:46 AM, Ceki G�lc� wrote:

There are tricks to fool Crimson into thinking that "log4j.dtd." is a valid URL. Unfortunately those tricks force the existence of a DTD which we don't want. Anyway, this was explained in previous messages.


log4j.dtd is a valid relative URL. I had forgotten that Crimson attempts to absolutize it before before delegating to the entity resolver and would fail if you used the parse(InputStream) methods instead of the parse(InputSource) or parse(File) methods.


I'll review the code tomorrow, but I think there has to be a clean way to avoid this problem.


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



Reply via email to