Yep...works fine.
Have nice dream and think of me shaving snow at -15 degre celsius :-(
-- Jeanfrancois
Remy Maucherat wrote:
> Jeanfrancois Arcand wrote:
>
>> Hi Remy,
>>
>> the Administration Tool throw the following exception with your
>> latest change in ApplicationFilterFactory
>>
>> java.lang.ClassCastException
>> at
>> org.apache.catalina.core.ApplicationFilterFactory.createFilterChain(ApplicationFilterFactory.java:150)
>>
>> at
>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:713)
>>
>> at
>> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:464)
>>
>>
>> The problem is at line
>>
>> + if (securityManager == null) {
>> + Request req = (Request) request;
>>
>> The request is an instance of
>> org.apache.catalina.core.ApplicationHttpRequest, who extends
>> HttpServletRequestWrapper and who cannot be casted into a Request
>> object (IMBW). I will investigate further....
>>
>> Any ideas?
>
>
> I experimented with using an instanceof, as saving an object
> allocation seems like a good idea. Let me know if there's a problem,
> and I'll fix it tomorrow (going to bed now; yawn :) ).
>
> Remy
>
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:tomcat-dev-help@jakarta.apache.org>
>
>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|