Assembla home | Assembla project page
 

Ticket #94 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Connections Page may crash on oddly formed article id's

Reported by: shypike Assigned to: team
Priority: high Milestone: 0.5.0
Component: UI Version: 0.4.2
Severity: normal Keywords:
Cc:

Description

Connections Page may crash on oddly formed article id's. Article-id's are "escape"-ed. In some cases the escape() function may crash. Handle this with a try/except.

Change History

08/22/08 18:06:53 changed by shypike

  • milestone changed from 0.4.3 to 0.5.0.

08/22/08 18:17:46 changed by shypike

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

(In [1542]) Wrap escape() in a safety harness, Escape(). Closes #94.