diff 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
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/server/filter/GGInAFilter.java	Tue Feb 05 12:24:57 2013 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/server/filter/GGInAFilter.java	Tue Feb 05 13:57:08 2013 +0100
@@ -89,7 +89,7 @@
 
         logger.debug("Request for: " + requesturi);
 
-        // Allow acces to localhost
+        // Allow access to localhost
         if (isLocalAddress(req)) {
             logger.debug("Request to localhost");
             chain.doFilter(req, resp);

http://dive4elements.wald.intevation.org