Details
-
Task
-
Resolution: Fixed
-
Neutral
-
5.0.1
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
NestableException had been introduced before Exceptions could be nested out of the box (introduced with Java 1.4). Looks like we overlooked one place where we still used it: MgnlCommand#executeSynchronzide
try { success = cmd.execute((info.magnolia.context.Context) ctx); } catch (Exception e) { throw new NestableException("Exception during executing command", e); } finally { cmd.release(); }
The ugly consequence is that - in case of exceptions - we get unnecessarily long stack traces.
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MAGNOLIA-5232 Update version of commons-lang
-
- Closed
-