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

Marek Posolda (JIRA) jira-events at lists.jboss.org
Tue Sep 27 10:38:26 EDT 2011


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

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

There is also missing "</init-param>" closing tag in documentation for LoginRedirectFilter

> 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
>             Fix For: 3.2.0-M02
>
>
> SPNEGOFilter is no longer needed to be in web.xml . It should not be here at all because class SPNEGOFilter has been removed . See GTNPORTAL-1120 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 
>    <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>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list