[jboss-user] [JBoss Portal] - Re: Setup question.
rogovskiy
do-not-reply at jboss.com
Tue Sep 26 02:55:45 EDT 2006
I investigated my problem with debugger. It is reusing on the same login-module (standard) in 2 web contexts (portal-server.war and myportal.war). It appeared that they are using the same instance of PortalAuthorizationManagerFactory and this object has some state injected by 1st context initialization (whatever you access first). So after that 2nd context doesn't go though all phases of role list initialization and therefore fails to authenticate with error 401.
Any ideas? Shall I submit it as a bug or it is me doing that wrong?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974111#3974111
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974111
More information about the jboss-user
mailing list