comparison flys-client/src/main/java/de/intevation/flys/client/server/filter/GGInAFilter.java @ 4965:8af500d62098

Editing Map print config.
author Christian Lins <christian.lins@intevation.de>
date Tue, 05 Feb 2013 13:57:08 +0100
parents 83a42e6a562d
children
comparison
equal deleted inserted replaced
4964:2b32ae372fc4 4965:8af500d62098
87 } 87 }
88 } 88 }
89 89
90 logger.debug("Request for: " + requesturi); 90 logger.debug("Request for: " + requesturi);
91 91
92 // Allow acces to localhost 92 // Allow access to localhost
93 if (isLocalAddress(req)) { 93 if (isLocalAddress(req)) {
94 logger.debug("Request to localhost"); 94 logger.debug("Request to localhost");
95 chain.doFilter(req, resp); 95 chain.doFilter(req, resp);
96 return; 96 return;
97 } 97 }

http://dive4elements.wald.intevation.org