[gatein-issues] [JBoss JIRA] (GTNPORTAL-2130) SPNEGOFilter should not be used in web.xml example

Marek Posolda (Commented) (JIRA) jira-events at lists.jboss.org
Wed Oct 5 04:58:16 EDT 2011


    [ https://issues.jboss.org/browse/GTNPORTAL-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632383#comment-12632383 ] 

Marek Posolda commented on GTNPORTAL-2130:
------------------------------------------

@Scott, I am sorry for the confusion. It's fine in community docs in section http://docs.jboss.org/gatein/portal/3.2.0-M01/reference-guide/en-US/html/chap-Reference_Guide-Authentication_And_Identity.html#sect-Reference_Guide-Single_Sign_On-SPNEGO . I didn't double check it. 

Problem is only in enterprise docs here http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/5.1/html/Reference_Guide/sect-Reference_Guide-SSO_Single_Sign_On-SPNEGO_Simple_and_Protected_GSSAPI_Negotiation_Mechanism.html (Point 6 of procedure 14.22)
                
> SPNEGOFilter should not be used in web.xml example
> --------------------------------------------------
>
>                 Key: GTNPORTAL-2130
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-2130
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Documentation
>    Affects Versions: 3.2.0-M01
>            Reporter: Marek Posolda
>            Priority: Minor
>             Fix For: 3.2.0-M02
>
>
> SPNEGOFilter is no longer needed to be in web.xml . See GTNPORTAL-1121 for details . 
> In section http://docs.jboss.org/gatein/portal/3.2.0-M01/reference-guide/en-US/html/chap-Reference_Guide-Authentication_And_Identity.html#sect-Reference_Guide-Single_Sign_On-SPNEGO - point 6, web.xml should look like this 
> {code}
>    <filter>
>       <filter-name>LoginRedirectFilter</filter-name>
>       <filter-class>org.gatein.sso.agent.filter.LoginRedirectFilter</filter-class>
>       <init-param>
>         <!-- This should point to your SSO authentication server -->
>         <param-name>LOGIN_URL</param-name>
>         <param-value>/portal/private/classic</param-value>
>        </init-param>
>     </filter>
>     <filter-mapping>
>       <filter-name>LoginRedirectFilter</filter-name>
>       <url-pattern>/*</url-pattern>
>     </filter-mapping>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list