changeset 5952:42b8447fa7ef

Treat SAML URL as login URL in GGInAFilter.
author Bernhard Herzog <bh@intevation.de>
date Wed, 08 May 2013 17:56:14 +0200
parents 36a5b6b9241e
children 24dc13ac8e6c
files gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java	Wed May 08 17:56:14 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java	Wed May 08 17:56:14 2013 +0200
@@ -46,6 +46,7 @@
 
     private static final String LOGIN_JSP     = "/login.jsp";
     private static final String LOGIN_SERVLET = "/flys/login";
+    private static final String SAML_SERVLET = "/flys/saml";
     private static final String FLYS_CSS      = "/FLYS.css";
 
 
@@ -108,6 +109,7 @@
         String path = this.sc.getContextPath();
         if (requesturi.equals(path + LOGIN_JSP)
                 || requesturi.equals(path + LOGIN_SERVLET)
+                || requesturi.equals(path + SAML_SERVLET)
                 || requesturi.equals(path + FLYS_CSS)) {
             logger.debug("Request for login " + requesturi);
             chain.doFilter(req, resp);

http://dive4elements.wald.intevation.org