Project

Profile

Help

Bug #3440

closed

Handling asynchronous document fetch failures

Added by Debbie Lockett over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Sprint/Milestone:
-
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

Also available in: Atom PDF Tracking page