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

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


     [ https://issues.jboss.org/browse/GTNPORTAL-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Posolda updated GTNPORTAL-2130:
-------------------------------------

    Description: 
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}


  was:
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 
{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}




> 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 . 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list