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=13255>. 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=13255 [FIX] Sloppy XML encoding parsing in URLFetcher ------- Additional Comments From [EMAIL PROTECTED] 2003-07-10 18:17 ------- This is very old code, and messier than it looks like. It is only called from DiskCache and Instantiator, AFAIK. I suggest one of two solutions (both simplifying code): - For usages of the DiskCache in XML contexts, turn back to use of getInputStream and let xerces code build the Reader (xerces has code for this) Alternatively, - add a new getXMLReader() call to the JetspeedDiskCacheEntry, and perform this logic there and "kill" or reduce this method to nothing. I could do it myself. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
