Closed GoogleCodeExporter closed 8 years ago
Thanks for the detailed description.
Note to self:
http://groovy.329449.n5.nabble.com/XmlParser-XmlSlurper-howto-disable-DTD-valida
tion-td353673.html
Original comment by johan.ha...@gmail.com
on 15 May 2013 at 6:21
This is now fixed in master. You can configure the XmlPath using an
XmlPathConfig where you've specified "disableLoadingOfExternalDtd". Please try
it out by depending on version 1.8.1-SNAPSHOT after having added the following
maven repo:
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots />
</repository>
</repositories>
Original comment by johan.ha...@gmail.com
on 4 Jun 2013 at 7:18
Original comment by johan.ha...@gmail.com
on 4 Jun 2013 at 7:18
Original issue reported on code.google.com by
casey.du...@gmail.com
on 14 May 2013 at 2:59Attachments: