[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: org.jboss.web.tomcat.security.RunAsListener
anil.saldhana@jboss.com
do-not-reply at jboss.com
Tue Feb 27 11:14:27 EST 2007
| <!-- Install an InstanceListener to handle the establishment of the run-as
| role for servlet init/destroy events.
| -->
| <InstanceListener>org.jboss.web.tomcat.security.RunAsListener</InstanceListener>
|
We need to push the RunAsIdentity to aid usecases when the init/destroy methods need to make a call-out to other secured resources.
I am not sure whether there is any replacement for the Instance support in tomcat. Unless Remy suggests a replacement, we have to hold on to this.
Just the way, tc6 was fixed with the removal of the synchronized blocks, we should be able to fix tc55 for this. I do not understand why it was synchronized in the first place. :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023145#4023145
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023145
More information about the jboss-dev-forums
mailing list