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".
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".