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.
Updated by O'Neil Delpratt almost 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.6.0.2
This bug fix was applied in the first release of Saxon 9.6 for .NET: Version 9.6.0.2.
Updated by O'Neil Delpratt almost 9 years ago
- Sprint/Milestone set to 9.6.0.2
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.2 added
Please register to edit this issue
Actions