Exclude one more HTTP header from logging
[pithos-web-client] / src / gr / grnet / pithos / web / client / Pithos.java
index 814ca84..2baeaf6 100644 (file)
@@ -86,6 +86,7 @@ public class Pithos implements EntryPoint, ResizeHandler {
         HTTPHeadersToIgnoreInLOG.add(Const.HTTP_HEADER_DATE);
         HTTPHeadersToIgnoreInLOG.add(Const.HTTP_HEADER_KEEP_ALIVE);
         HTTPHeadersToIgnoreInLOG.add(Const.HTTP_HEADER_SERVER);
+        HTTPHeadersToIgnoreInLOG.add(Const.HTTP_HEADER_VARY);
     }
 
     public static final Configuration config = GWT.create(Configuration.class);