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.
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.
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.
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.
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.