https://issues.apache.org/bugzilla/show_bug.cgi?id=43736
Curt Arnold <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
--- Comment #13 from Curt Arnold <[EMAIL PROTECTED]> 2008-08-05 17:25:57 PST
---
Streams are okay, they don't have the base information to get relative URL's,
but that isn't the case here. XML parsers need to work with the raw undecoded
byte stream, so InputStream, InputSource, File, URL all work fine. However,
String and Reader both decode upstream of the parser based on the default
encoding (which XML purposefully ignores) and by the time the parser gets the
content, everything may be corrupt.
This might be a blocker for a receivers release, but isn't part of log4j so
would not be considered a blocker for log4j 1.2.16.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]