Mantis - Resin
|
Viewing Issue Advanced Details |
|
ID:
|
Category:
|
Severity:
|
Reproducibility:
|
Date Submitted:
|
Last Update:
|
4874 |
|
minor |
always |
11-25-11 02:29 |
11-28-11 11:44 |
|
Reporter:
|
mate |
Platform:
|
|
|
Assigned To:
|
ferg |
OS:
|
|
|
Priority:
|
normal |
OS Version:
|
|
|
Status:
|
closed |
Product Version:
|
4.0.23 |
|
Product Build:
|
|
Resolution:
|
fixed |
|
Projection:
|
none |
|
|
|
ETA:
|
none |
Fixed in Version:
|
4.0.25 |
|
|
Summary:
|
0004874: javax.servlet.error.exception_type invalidly cast to Throwable in PageContextImpl |
Description:
|
In com.caucho.jsp.PageContextImpl.getThrowable() the "javax.servlet.error.exception_type" attribute of the request is cast to a java.lang.Throwable even though the specification says it should be a java.lang.Class |
Steps To Reproduce:
|
|
Additional Information:
|
This will cause problems getting error data out of the request, such as <c:out value="${pageContext.errorData.throwable.localizedMessage}" /> |
Relationships | |
Attached Files:
|
|