You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ashish Jain (JIRA)" <ji...@apache.org> on 2010/03/22 08:46:27 UTC

[jira] Created: (GERONIMO-5196) Add a own authenticator for Spnego login

Add a own authenticator for Spnego login
----------------------------------------

                 Key: GERONIMO-5196
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5196
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: Tomcat
         Environment: geronimo tomcat assembly
            Reporter: Ashish Jain
            Assignee: Ashish Jain
             Fix For: 2.1.5, 2.2.1, 3.0


It should be possible to use a custom authenticator for Spnego login. This includes the ability to have a different authentication method for web.xml. This is an improvement over GERONIMO-5129.

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


[jira] Updated: (GERONIMO-5196) Add a own authenticator for Spnego login

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-5196:
-------------------------------

    Fix Version/s:     (was: 2.1.5)
                   Wish List

Move to wish list since we won't include this in the upcoming G 2.1.5 release. Hope we can pick this in the next release.

> Add a own authenticator for Spnego login
> ----------------------------------------
>
>                 Key: GERONIMO-5196
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5196
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: geronimo tomcat assembly
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.2.1, 3.0, Wish List
>
>
> It should be possible to use a custom authenticator for Spnego login. This includes the ability to have a different authentication method for web.xml. This is an improvement over GERONIMO-5129.

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


[jira] Updated: (GERONIMO-5196) Add a own authenticator for Spnego login

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated GERONIMO-5196:
----------------------------------

    Fix Version/s: 2.2.2
                       (was: 2.2.1)

won't fix this in 221 release.

> Add a own authenticator for Spnego login
> ----------------------------------------
>
>                 Key: GERONIMO-5196
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5196
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: geronimo tomcat assembly
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.2.2, 3.0, Wish List
>
>
> It should be possible to use a custom authenticator for Spnego login. This includes the ability to have a different authentication method for web.xml. This is an improvement over GERONIMO-5129.

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


[jira] Updated: (GERONIMO-5196) Add a own authenticator for Spnego login

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-5196:
-------------------------------

    Fix Version/s:     (was: 2.2.2)
                       (was: 3.0)

> Add a own authenticator for Spnego login
> ----------------------------------------
>
>                 Key: GERONIMO-5196
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5196
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: geronimo tomcat assembly
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.7
>
>
> It should be possible to use a custom authenticator for Spnego login. This includes the ability to have a different authentication method for web.xml. This is an improvement over GERONIMO-5129.

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


[jira] Closed: (GERONIMO-5196) Add a own authenticator for Spnego login

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Jain closed GERONIMO-5196.
---------------------------------

    Resolution: Fixed

Fixed in 2.1. GERONIMO-5651 opened for 3.0 and 2.2.

> Add a own authenticator for Spnego login
> ----------------------------------------
>
>                 Key: GERONIMO-5196
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5196
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: geronimo tomcat assembly
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.7, 2.2.2, 3.0
>
>
> It should be possible to use a custom authenticator for Spnego login. This includes the ability to have a different authentication method for web.xml. This is an improvement over GERONIMO-5129.

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


[jira] Commented: (GERONIMO-5196) Add a own authenticator for Spnego login

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848075#action_12848075 ] 

Ashish Jain commented on GERONIMO-5196:
---------------------------------------

New code is available @ https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 . Details on the attachment "Updated version of the patch against Tomcat 6.0.26 ".
Using this code users can specify SPNEGO as the auth-method in web.xml. 

> Add a own authenticator for Spnego login
> ----------------------------------------
>
>                 Key: GERONIMO-5196
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5196
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: geronimo tomcat assembly
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.5, 2.2.1, 3.0
>
>
> It should be possible to use a custom authenticator for Spnego login. This includes the ability to have a different authentication method for web.xml. This is an improvement over GERONIMO-5129.

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


[jira] Updated: (GERONIMO-5196) Add a own authenticator for Spnego login

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Jain updated GERONIMO-5196:
----------------------------------

    Fix Version/s: 2.1.7
                       (was: Wish List)

> Add a own authenticator for Spnego login
> ----------------------------------------
>
>                 Key: GERONIMO-5196
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5196
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>         Environment: geronimo tomcat assembly
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.7, 2.2.2, 3.0
>
>
> It should be possible to use a custom authenticator for Spnego login. This includes the ability to have a different authentication method for web.xml. This is an improvement over GERONIMO-5129.

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