Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003417 [Resin] minor always 03-25-09 09:43 08-24-09 11:55
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution duplicate Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.2 Product Version
  Product Build
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
Attached Files

- Relationships

- Notes
(0004144)
ferg
08-24-09 11:55

0003598
 

- Issue History
Date Modified Username Field Change
03-25-09 09:43 ferg New Issue
08-24-09 11:55 ferg Note Added: 0004144
08-24-09 11:55 ferg Assigned To  => ferg
08-24-09 11:55 ferg Status new => closed
08-24-09 11:55 ferg Resolution open => duplicate
08-24-09 11:55 ferg Fixed in Version  => 4.0.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker