You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/09/10 02:57:30 UTC

[jira] Created: (GERONIMO-1000) GenericSecurityRealm and ServerRealmConfigurationEntry can have loginService reference null when run on client

GenericSecurityRealm and ServerRealmConfigurationEntry can have loginService reference null when run on client
--------------------------------------------------------------------------------------------------------------

         Key: GERONIMO-1000
         URL: http://issues.apache.org/jira/browse/GERONIMO-1000
     Project: Geronimo
        Type: Bug
    Versions: 1.0-M5    
    Reporter: David Jencks
 Assigned to: David Jencks 
     Fix For: 1.0-M5


GenericSecurityRealm and ServerRealmConfigurationEntry now have a reference to loginService.  This will be null if they are on a client, so we should not try to extract the objectName from the reference if it is null.  On a client the loginService would not be used since the client will connect to a remote login service.

-- 
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


[jira] Closed: (GERONIMO-1000) GenericSecurityRealm and ServerRealmConfigurationEntry can have loginService reference null when run on client

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1000?page=all ]
     
David Jencks closed GERONIMO-1000:
----------------------------------

    Resolution: Fixed

fixed
Sending        modules/security/src/java/org/apache/geronimo/security/jaas/ServerRealmConfigurationEntry.java
Sending        modules/security/src/java/org/apache/geronimo/security/realm/GenericSecurityRealm.java
Transmitting file data ..
Committed revision 279928.

> GenericSecurityRealm and ServerRealmConfigurationEntry can have loginService reference null when run on client
> --------------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1000
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1000
>      Project: Geronimo
>         Type: Bug
>     Versions: 1.0-M5
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.0-M5

>
> GenericSecurityRealm and ServerRealmConfigurationEntry now have a reference to loginService.  This will be null if they are on a client, so we should not try to extract the objectName from the reference if it is null.  On a client the loginService would not be used since the client will connect to a remote login service.

-- 
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