]> WPIA git - gigi.git/blobdiff - lib/jetty/org/eclipse/jetty/server/AbstractNCSARequestLog.java
updating jetty to jetty-9.2.16.v2016040
[gigi.git] / lib / jetty / org / eclipse / jetty / server / AbstractNCSARequestLog.java
index dcaecbe50fbb3ca27035d37e245c808bb49bd360..7861d1a46517412f0b3567f6f275f54c67d1be2b 100644 (file)
@@ -1,6 +1,6 @@
 //
 //  ========================================================================
-//  Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd.
+//  Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
 //  ------------------------------------------------------------------------
 //  All rights reserved. This program and the accompanying materials
 //  are made available under the terms of the Eclipse Public License v1.0
@@ -25,7 +25,6 @@ import javax.servlet.http.Cookie;
 
 import org.eclipse.jetty.http.HttpHeader;
 import org.eclipse.jetty.http.PathMap;
-import org.eclipse.jetty.server.handler.StatisticsHandler;
 import org.eclipse.jetty.util.DateCache;
 import org.eclipse.jetty.util.annotation.ManagedAttribute;
 import org.eclipse.jetty.util.component.AbstractLifeCycle;
@@ -121,7 +120,7 @@ public abstract class AbstractNCSARequestLog extends AbstractLifeCycle implement
             if (authentication instanceof Authentication.User)
                 buf.append(((Authentication.User)authentication).getUserIdentity().getUserPrincipal().getName());
             else
-                buf.append(" - ");
+                buf.append("-");
 
             buf.append(" [");
             if (_logDateCache != null)