|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3417 | minor | always | 03-25-09 09:43 | 08-24-09 11:55 | |
|
|
|||||
| Reporter: | ferg | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | duplicate | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|
|||||
| Summary: | 0003417: JSP request permissions | ||||
| Description: |
(rep by Aaron Freeman) This seems to be broken in 4.0.S090211. I have attached two JSPs that when run throw the following error. [show] java.lang.IllegalAccessException: Class javax.el.BeanELResolver can not access a member of class com.caucho.server.webapp.DispatchRequest with modifiers "public" --- BEGIN JSP 1 ---- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" [^] prefix="c" %> <jsp:include page="test2.jsp"/> End test1.jsp. ---- END JSP 1 ---- ---- BEGIN JSP 2 ---- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" [^] prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" [^] prefix="fn" %> <c:set var="topLevelPath" value="${fn:substringBefore(fn:substringAfter(pageContext.request.requestURI, '/'), '/')}" scope="request"/> <c:if test="${topLevelPath == ''}"> Works. </c:if> End test2. ---- END JSP 2 ---- |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||