Message6041

Author dregan
Recipients amak, dregan, fdb, fwierzbicki, lukasz.heldt, ssteiner
Date 2010-09-06.06:50:09
SpamBayes Score 1.0492615e-07
Marked as misclassified No
Message-id <1283755809.89.0.730980346123.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:50:09dregansetmessageid: <1283755809.89.0.730980346123.issue1268@psf.upfronthosting.co.za>
2010-09-06 06:50:09dregansetrecipients: + dregan, fwierzbicki, amak, fdb, ssteiner, lukasz.heldt
2010-09-06 06:50:09dreganlinkissue1268 messages
2010-09-06 06:50:09dregancreate