Opened 13 years ago

Closed 13 years ago

#474 closed defect (fixed)

Improve startup error message quality

Reported by: jng Owned by: jng
Priority: P2 Milestone: Future
Component: Widgets Version:
Severity: Major Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

Initialization errors from Common.php are not being returned as proper JSON. This is because of 2 things:

  1. Redundant exception information is being written out, which renders the JSON error (that has already been written) invalid.
  1. The callback for the CreateSession.php ajax call always assumes success (which is not true. eg: MapGuide Server is offline), so it never properly reports any error JSON responses.

Change History (1)

comment:1 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Fixed r2426

Note: See TracTickets for help on using tickets.