Jukka Zitting created OAK-497:
---------------------------------
Summary: No LoginModules configured error on Java 7
Key: OAK-497
URL: https://issues.apache.org/jira/browse/OAK-497
Project: Jackrabbit Oak
Issue Type: Bug
Components: core
Environment: java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
Reporter: Jukka Zitting
Assignee: Jukka Zitting
The AuthenticationConfigurationImpl uses Configuration.getConfiguration() to
get JAAS configuration when available, and falls back to the default
OakConfiguration when not.
That fallback is currently triggered by a SecurityException thrown from
getConfiguration(), which seems to *not* happen on Java 7 where instead just an
empty Configuration is returned.
A better approach might be to check if the returned configuration (if any)
contains entries for the specified appName, and to fall back to default
configuration if not.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira