[jboss-dev-forums] [Design of JBoss Web Services] - Re: Removing JACC Permissions Hack

anil.saldhana@jboss.com do-not-reply at jboss.com
Thu Aug 20 10:24:41 EDT 2009


JBossWS creates a transient webapp to deal with ws invocations. The original problem was that this web app metadata was not being fed to the security deployer which happens very early in the pipeline of deployers.  For this reason, we generated the JACC permissions for this particular transient web app in the webservices module.

The fix would be to get the metadata of this transient web app to go through the chain of deployers just like regular standard web apps that get deployed in AS.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250658#4250658

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250658



More information about the jboss-dev-forums mailing list