Hi I want to archieve the following:
I want to map everything to a special servlet that checks for permissions and a lot other things and finally invokes other servlets or modules of my system for dynamic content. however, I do not want to reinvent the wheel, so I would like to pass static requests after permission checking to the default servlet of tomcat. Mapping, permission analysing and all that is already done and no problems, delegating to my own servlets and modules also works as expected. However, how can I pass control to the default servlet of tomcat transparently, so that it does work as if it were invoked directly? Any hint would be great. Regards, Steffen
smime.p7s
Description: S/MIME cryptographic signature
