[ http://issues.apache.org/jira/browse/GERONIMO-1172?page=comments#action_12357656 ]
David Jencks commented on GERONIMO-1172:
----------------------------------------
Thanks to Jian Liao for discovering this problem.
> SecurityBuilder needs to use configuration classloader to construct principals.
> -------------------------------------------------------------------------------
>
> Key: GERONIMO-1172
> URL: http://issues.apache.org/jira/browse/GERONIMO-1172
> Project: Geronimo
> Type: Bug
> Components: security
> Versions: 1.0
> Reporter: David Jencks
> Assignee: David Jencks
> Fix For: 1.0
>
> Currently it uses Class.forName which only works for geronimo-supplied principal classes.
We need to pass the configuration classloader into SecurityBuilder.buildRolePrincipalMap.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|