comparison gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java @ 6893:60f39ee19473

ETL: Potential fix for flys/1453.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 21 Aug 2013 16:13:36 +0200
parents ea9eef426962
children 389bf6b7d371
comparison
equal deleted inserted replaced
6892:e97e710ecf3f 6893:60f39ee19473
97 } 97 }
98 98
99 logger.debug("Request for: " + requesturi); 99 logger.debug("Request for: " + requesturi);
100 100
101 // Allow access to localhost 101 // Allow access to localhost
102 if (isLocalAddress(req)) { 102 //if (isLocalAddress(req)) {
103 logger.debug("Request to localhost"); 103 // logger.debug("Request to localhost");
104 chain.doFilter(req, resp); 104 // chain.doFilter(req, resp);
105 return; 105 // return;
106 } 106 //}
107 107
108 // Allow access to login pages 108 // Allow access to login pages
109 String path = this.sc.getContextPath(); 109 String path = this.sc.getContextPath();
110 if (requesturi.equals(path + LOGIN_JSP) 110 if (requesturi.equals(path + LOGIN_JSP)
111 || requesturi.equals(path + LOGIN_SERVLET) 111 || requesturi.equals(path + LOGIN_SERVLET)

http://dive4elements.wald.intevation.org