
|
If you were logged in you would be able to see more operations.
|
|
|
OGNL
Created: 16/Sep/07 12:20 PM
Updated: 19/Nov/07 02:23 PM
|
|
| Component/s: |
Core Runtime
|
| Affects Version/s: |
2.7.2
|
| Fix Version/s: |
2.7.2
|
|
|
File Attachments:
|
1.
patch.txt (2 kb)
|
|
Environment:
|
Java 1.4 and up
|
|
Issue Links:
|
Related
|
|
This issue relates to:
|
|
OGNL-125
When OgnlException is wrapped in anot...
|
|
|
|
|
|
|
|
OgnlException keeps the chained exception in a field and does not pass it to the super constructor.
It overrides printStackTrace to print the chained exception.
But printStackTrace is not invoked for chained exceptions since java 1.4.
Therefore, the stacktrace of B is never printed when the chain is like this: A -> OgnlException -> B
|
|
Description
|
OgnlException keeps the chained exception in a field and does not pass it to the super constructor.
It overrides printStackTrace to print the chained exception.
But printStackTrace is not invoked for chained exceptions since java 1.4.
Therefore, the stacktrace of B is never printed when the chain is like this: A -> OgnlException -> B
|
Show » |
|