Message6038

Author dregan
Recipients amak, dregan, fdb, fwierzbicki, lukasz.heldt, ssteiner
Date 2010-09-06.06:33:54
SpamBayes Score 1.0492615e-07
Marked as misclassified No
Message-id <1283754837.39.0.0490863303221.issue1268@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to fix bug 1268 (don't load external DTDs), which is based on Frederik De Bleser's patch, but I made it work whether or not JAXP was used, and attempted to make it work whether or not Xerxes is the SAX parser.  Unfortunately, there isn't a truly parser agnostic way to disable DTD parsing, but I made attempts to do so if Xerxes is not the parser (as far as I know, it always is).
History
Date User Action Args
2010-09-06 06:33:57dregansetmessageid: <1283754837.39.0.0490863303221.issue1268@psf.upfronthosting.co.za>
2010-09-06 06:33:57dregansetrecipients: + dregan, fwierzbicki, amak, fdb, ssteiner, lukasz.heldt
2010-09-06 06:33:57dreganlinkissue1268 messages
2010-09-06 06:33:56dregancreate