Opened 20 months ago
Closed 20 months ago
#2866 closed defect (fixed)
MgException messages are lost in mapagent
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | 4.0 |
Component: | Map Agent | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description (last modified by )
The recent RFC to unify all exceptions to a single MgException
has subtly broken error message display in the mapagent.
Known issues:
- The exception type
MgException
is being set as the status message. This should now be the code of the caughtMgException
It is failing to resolve the localized message when displaying the exception message. Actually it's just that the failure to retrieve the localized message for exceptions thrown by the implementation of #2864 that is masked by a separate error that is not being surfaced.
Change History (2)
comment:1 by , 20 months ago
Description: | modified (diff) |
---|
comment:2 by , 20 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 10040: