Modify ↓
Ticket #3565 (closed bug: invalid)
ajax.js:httpData patch for failing JSON eval()
| Reported by: | robman | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.3 |
| Component: | ajax | Version: | 1.2.6 |
| Keywords: | httpData JSON | Cc: | |
| Blocking: | Blocked by: |
Description
BUG: httpData: function in ajax.js (used by getJSON() calls or get() calls where type == "json") doesn't currently test the eval is successful.
e.g. it just assumes that valid JSON was returned and eval will succeed, silently failing if this is the case.
FIX: Here's a patch to bring it in line with the other functions above.
e.g. httpSuccess and httpNotModified
NOTE: Let me know if there's a more "preferred" way to handle this error
DIFF against 1.2.6 from svn: see attached patch file
Attachments
Change History
Changed 5 years ago by robman
-
attachment
httpData.patch
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

DIFF against 1.2.6 from svn