Just for closure, this is indeed working in the 2009.03.18 snapshot.
> Ah, okay I will get on the latest snapshot and re-report the error so it 
> doesn't get lost.
>
> Thanks,
>
> Aaron
>
> Rob Lockstone wrote:
>   
>> I don't know if this is a bug in resin or not. But you are running an 
>> older version of the snapshot. The most recent download on the 
>> download page <http://caucho.com/download/> has a listed date of 
>> 2009.03.04. And, in fact, if you download it, it's actually even 
>> newer: 2009.03.18.
>>
>> Yours is 2009.02.11.
>>
>> Give the latest version a try and maybe that will solve your issue. 
>> Fwiw, the latest version isn't working for me either, but it's a 
>> different error from what you're seeing and I haven't had time to 
>> investigate it enough to file a bug or fix whatever might be wrong in 
>> our code.
>>
>> Rob
>>
>> On Mar 21, 2009, at 8:53 AM, Aaron Freeman wrote:
>>
>>     
>>> This seems to be broken in 4.0.S090211. 
>>>
>>>  
>>>
>>> I have attached two JSPs that when run throw the following error.
>>>
>>>  
>>>
>>> [show] <javascript: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 ----
>>>
>>>       



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to