Actions
Bug #3440
closedHandling asynchronous document fetch failures
Start date:
2017-09-13
Due date:
% Done:
100%
Estimated time:
Applies to JS Branch:
1.0, Trunk
Fix Committed on JS Branch:
1.0, Trunk
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
Asynchronous document fetches are achieved using ixsl:schedule-action/@document. However failures are not handled properly.
Using Saxon-JS 1.0.1 (or earlier), if the requested document in ixsl:schedule-action/@document is not returned, then this always results in an uncaught XError.
An error should only get raised from a subsequent call to doc(), while doc-available() should return false.
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page