Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0004874 |
[Resin] |
minor |
always |
11-25-11 02:29 |
11-28-11 11:44 |
|
Reporter |
mate |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.0.25 |
Product Version |
4.0.23 |
|
Product Build |
|
|
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}" /> |
|
Attached Files |
|
|