comparison gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java @ 6894:389bf6b7d371

Backed out changeset 60f39ee19473
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 21 Aug 2013 16:14:29 +0200
parents 60f39ee19473
children 3bff11208d3d
comparison
equal deleted inserted replaced
6893:60f39ee19473 6894:389bf6b7d371
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