Default to get from JVM's JAAS Configuration if it is not found in Geronimo's
own implementation
-------------------------------------------------------------------------------------------------
Key: GERONIMO-4379
URL: https://issues.apache.org/jira/browse/GERONIMO-4379
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Affects Versions: 2.2
Environment: JDK 1.5/Windows XP
Reporter: Ivan
Priority: Minor
Fix For: Wish List
While configuring the JAAS Login in the Geronimo, I just found that we use
GeronimoLoginConfiguration to replace the JVM's ConfigurationFile, shall we
give an opportunity to let the user to get the config from JVM's Configuration.
For example, first, we could check from Gronimo's setting, if null is
returned, we could invoke oldConguration.getAppConfigurationEntry(name).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.