Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2728 Remove unused ClusteredSSOFilter from web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mposolda committed Nov 26, 2012
1 parent 53d6b2e commit 7475c9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
import org.gatein.wci.security.Credentials;
import org.jboss.web.tomcat.security.login.WebAuthentication;

/*
/**
* @author <a href="mailto:boleslaw.dawidowicz at redhat.com">Boleslaw Dawidowicz</a>
*
* @deprecated This filter is no longer needed. Cluster SSO is handled by JBoss AS ClusteredValve and {@link PortalClusteredSSOSupportValve}
* Filter class should be removed in the future together with {@link PortalLoginModule}
*/
public class ClusteredSSOFilter extends AbstractFilter {

Expand Down
10 changes: 0 additions & 10 deletions web/portal/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@
<filter-class>org.exoplatform.web.login.RememberMeFilter</filter-class>
</filter>

<filter>
<filter-name>ClusteredSSOFilter</filter-name>
<filter-class>org.exoplatform.web.login.ClusteredSSOFilter</filter-class>
</filter>

<!-- Uncomment ErrorLoginFilter and LoginDetectorFilter for sending mail after successive number of bad login attempts. -->
<!--
<filter>
Expand Down Expand Up @@ -139,11 +134,6 @@
<url-pattern>/*</url-pattern>
</filter-mapping>

<filter-mapping>
<filter-name>ClusteredSSOFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

<!-- Uncomment ErrorLoginFilter and LoginDetectorFilter for sending mail after successive number of bad login attempts. -->
<!--
<filter-mapping>
Expand Down

0 comments on commit 7475c9d

Please sign in to comment.