You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Roytman, Alex" <ro...@peacetech.com> on 2000/11/08 20:07:21 UTC

Context Interceptor gets fired multiple times (3.2b6)

I have a class which implements both ContextInterceptor and
RequestInterceptor.
The ContextInterceptor.addContext() gets fired twice. 

<ContextInterceptor
   className="com.peacetech.webtools.tomcat.JndiContextInterceptor"/>
<RequestInterceptor
   className="com.peacetech.webtools.tomcat.JndiContextInterceptor"
debug="99"/>