Opened 11 years ago

Closed 11 years ago

#2251 closed defect (fixed)

MgException::GetDetails() omits stack trace.

Reported by: jng Owned by:
Priority: low Milestone: 2.5
Component: General Version:
Severity: trivial Keywords:
Cc: External ID:

Description

According to the API documentation for MgException::GetDetails

Retrieve the formatted exception details. This includes the user readable string and the *stack of method names* which generated the error. This string provides more information to web application developers than the message. If a method does not have any parameters it will be omitted from the details. 

Any call to GetDetails is not including the stack trace.

Attachments (1)

2251.patch (482 bytes ) - added by jng 11 years ago.

Download all attachments as: .zip

Change History (2)

by jng, 11 years ago

Attachment: 2251.patch added

comment:1 by jng, 11 years ago

Resolution: fixed
Status: newclosed

Fixed trunk (r7452) and 2.5 (r7447)

Note: See TracTickets for help on using tickets.