Opened 10 years ago
Closed 10 years ago
#1834 closed defect (fixed)
Failed AJAX calls are not forwarded to the registered on-failure handler
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.3.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
An AJAX request can register two callback handlers. One for a successful request and another for a failed request (eg. HTTP status code != 200). The problem is that if the request fails, none of the callback methods are called.
Note:
See TracTickets
for help on using tickets.
(In [6522]) Fixes #1834: Failed AJAX calls are not forwarded to the registered on-failure handler