[ 
https://issues.apache.org/jira/browse/GERONIMO-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841116#action_12841116
 ] 

Ivan commented on GERONIMO-5128:
--------------------------------

Hi, Ashish :
    One thing I want to confirm is that 
    --->
     GSSContext gContext = manager.createContext(serverCreds);
            if (gContext == null) {
                log.debug("Failed to create a GSSContext");
            } else {
            }
    <---
    From the meaning of return value of the LoginModule, false means that it 
should be ignored. In the codes, if it failed to create the context, it would 
return false, so is it expected ? It is just in terms fo LoginModule 
implementation. 
    BTW, I am not familiar with the details of Spnego mechanism. If any expert 
could review the patch too, that would be better !

> login module for spnego support in geronimo
> -------------------------------------------
>
>                 Key: GERONIMO-5128
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5128
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.5, 2.2.1
>
>         Attachments: SpnegoLoginModule.java, SpnegoLoginModule.java_updated
>
>
> login module for spnego support

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Reply via email to