I've got a large S1 app into which I'm putting S2 features - starting with a LoginInterceptor, because the S1 security-implementation was NG. The S2 mapping in web.xml is to the url "/*", which I figured would catch all requests, both from S1 actions and from S2 actions. The S1 Action servlet is mapped to "*.do". It appears that the S1 actions aren't intercepted, making the LoginInterceptor not work for them. How is "*.do" bypassing "/*".
Is this really the case, or can something be done to force S1 actions thru the S2 interceptor. Thanks, - Ray C. -- View this message in context: http://www.nabble.com/Interceptor-execution-tf3762074.html#a10634231 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]