Richard Backhouse wrote:
> 
> I've been checking out the new EmbeddedTomcat Service. It looks pretty
> good although I notice that there is currently no support for adding in
> Interceptors via the interface. This causes me a bit of a problem as I
> currently use the SimpleRealm Interceptor for my user authentication
> specified in my webapps web.xml. Of course when jboss has security
> completed this won't be such an issue but I can see the need for
> allowing the user configuration of interceptors.
> 
> What do you think ?


Hi, 

IMHO, adding an interceptor in the interface is not the way to go. We
are trying to keep the interface as simple (and engine independant) as
possible to allow other servlet engines to be integrated.

However, it should be possible to include the list of tomcat
interceptors in a config file (which means the interceptor would be
added for every context, not on a per application basis).

Would that be enough? 

Sebastien

Reply via email to