Ticket #7162 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

[dojox.cometd] callbacks not wrapped in try{}catch()

Reported by: dante Owned by: gregw
Priority: normal Milestone: 1.2
Component: General Version: 1.1.1
Severity: normal Keywords:
Cc:

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

Change History

Changed 5 months ago by gregw

  • status changed from new to closed
  • resolution set to fixed

(In [14403]) fixes #7162. wrap callbacks in try-catches

Note: See TracTickets for help on using tickets.