Opened 14 years ago
Closed 14 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:
- Redundant exception information is being written out, which renders the JSON error (that has already been written) invalid.
- 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.
Note:
See TracTickets
for help on using tickets.
Fixed r2426