diff src/org/eclipse/jetty/server/NCSARequestLog.java @ 815:07c82fabc46b

remove Authentication
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 09 Sep 2016 14:27:05 -0600
parents f8f7cb485c25
children 8e9db0bbf4f9
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/NCSARequestLog.java	Fri Sep 09 10:37:37 2016 -0600
+++ b/src/org/eclipse/jetty/server/NCSARequestLog.java	Fri Sep 09 14:27:05 2016 -0600
@@ -489,8 +489,6 @@
 
 			buf.append(addr);
 			buf.append(" - ");
-			Authentication authentication=request.getAuthentication();
-			buf.append(" - ");
 
 			buf.append(" [");
 			if (_logDateCache != null)