Actions
Bug #2196
closedStreamSource goes into infinite loop.
Start date:
2014-10-22
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
On the .NET platform it was detected that it is possible for a implemented URIResolver goes into a infinite loop. Specifically, a StreamSource that does not have the
InputStream or Reader object set goes into a infinite loop in the Java code.
The problem occurs in the DocumentFn class. The fix applied is in the resolveURI method. Here we detect the case and fall back to Saxon's own Resolver.
Please register to edit this issue
Actions