Opened 13 years ago
Closed 13 years ago
#7162 closed defect (fixed)
[dojox.cometd] callbacks not wrapped in try{}catch()
Reported by: | dante | Owned by: | Greg Wilkins |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | General | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
from a mini-irc transcript, having issues with LDAP, so filing for grewg:
gregw_: currently the callbacks from cometd are not surrounded by try{}catch(){} gregw_: so if anything goes wrong in the app, the cometd longpolling can be interrupted
Note: See
TracTickets for help on using
tickets.
(In [14403]) fixes #7162. wrap callbacks in try-catches