You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2008/10/27 09:04:44 UTC

[jira] Updated: (GERONIMO-4379) Default to get from JVM's JAAS Configuration if it is not found in Geronimo's own implementation

     [ https://issues.apache.org/jira/browse/GERONIMO-4379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan updated GERONIMO-4379:
---------------------------

    Attachment: Geronimo-4379.patch

I try to modify the logic of getAppConfigurationEntry method, it will try to get from jvm's configuration if it is not found in G's setting.
Please help to review it, thanks !

> 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
>
>         Attachments: Geronimo-4379.patch
>
>
> 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.