Issue Details (XML | Word | Printable)

Key: BAM-2262
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Adrian Hempel [Atlassian]
Reporter: Adrian Hempel [Atlassian]
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Bamboo

Improve Bamboo REST API error response to provide information that can be presented to an end user

Created: 18/Feb/08 08:41 AM   Updated: 01/Apr/08 07:05 PM
Component/s: Remote API
Affects Version/s: None
Fix Version/s: 2.0 beta 3, 2.0

Time Tracking:
Not Specified

Participants: Adrian Hempel [Atlassian]
Since last comment: 46 weeks, 2 days ago
Number of comments: 1
Labels:


 Description  « Hide
Bamboo REST API responses currently consist of a stack trace. The plug-in needs to be provided with an error description suitable for presentation to end users.

Tracked in the plug-in project as PL-108.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Adrian Hempel [Atlassian] added a comment - 19/Feb/08 07:52 AM
Due to this recent change, unexpected exceptions during processing of REST API requests were resulting in a full stack trace being returned to the caller, when previously just the exception message was returned.

I have modified the code so that the full stack trace is logged, but only the message is returned to the caller.

I've sent Cheryl an e-mail explaining the change, to ensure that it doesn't interfere with her work.