-
Sep 1st, 2009, 02:13 AM
#1
ContextLoaderListener and j2ee role
In our webapp I load the Spring context using the ContextLoaderListener ServletContextListener. Now, following a new requirement from security, I need to restrict access to jndi resources to a certain j2ee role as in
<run-as>
<role-name>myRole</role-name>
</run-as>
Unfortunately the <listener> tag in web.xml does not allow this restriction while Spring needs acces to a jndi data-source.
Any suggestions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules