pressgang / jdocbook-core

Core jDocBook functionality used by gradle-jdocbook and maven-jdocbook-plugin
11 stars 6 forks source link

1.0.1 introduced issue with non local resolution of some URIs #4

Closed sebersole closed 14 years ago

sebersole commented 14 years ago

The changes made in 1.0.1 wrt XInclude handling by switching from implementing EntityResolver to implementing EntityResolver2 caused a regression in that certain URIs are no longer locally resolved. Its a problem with delegating from the resolveEntity form defined by EntityResolver2 to the resolveEntity form defined by EntityResolver, specifically handling making sure the systemId is an "expanded system id".

sebersole commented 14 years ago

Fixed in 1.0.2