Hi Achim,

Give me a few days to put together a sample war (I need to put in a
workaround first -> stripping the JSP from my war for now).

thanks again,
Gareth

On Wed, Aug 24, 2011 at 3:54 PM, Achim Nierbeck <bcanh...@googlemail.com> wrote:
> Hi Gareth,
>
> it could be related to PAXWEB-154.
>
> Are you able to provide a example for it and attach it to the
> issue? Cause the issue is quite old and I didn't find any hints in the
> sources if this
> issue is actually fixed or not.
>
> regards, Achim
>
> Am 24.08.2011 20:50, schrieb Gareth Collins:
>>
>> Hello,
>>
>> In the servlets I am migrating to OSGi, filters are used a lot. Most
>> of the filters work correctly,
>> however I notice some are not being called. For example, in the
>> web.xml I have this:
>>
>>   <filter-mapping>
>>     <filter-name>EncryptionFilter</filter-name>
>>     <url-pattern>/WEB-INF/configuration.jspx</url-pattern>
>>     <dispatcher>INCLUDE</dispatcher>
>>   </filter-mapping>
>>
>> and in one of the jsps I have this:
>>
>> .
>> <data><jsp:include page="/WEB-INF/configuration.jspx"/></data>
>> .
>>
>> In tomcat the filter is called before executing configuration.jspx
>> whilst in Pax Web it is not.
>>
>> Just curious, is my issue the same as this?:
>>
>> http://team.ops4j.org/browse/PAXWEB-154
>>
>> thanks in advance,
>> Gareth
>>
>> _______________________________________________
>> general mailing list
>> general@lists.ops4j.org
>> http://lists.ops4j.org/mailman/listinfo/general
>
>
> --
> --
> *Achim Nierbeck*
>
>
> Apache Karaf<http://karaf.apache.org/>  Committer&  PMC
> OPS4J Pax Web<http://wiki.ops4j.org/display/paxweb/Pax+Web/>    Committer&
>  Project Lead
> blog<http://notizblog.nierbeck.de/>
>
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to