You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2017/01/21 04:56:40 UTC

svn commit: r1005301 - in /websites/staging/trafficserver/trunk: cgi-bin/ content/ content/logbuilder/index.html

Author: buildbot
Date: Sat Jan 21 04:56:40 2017
New Revision: 1005301

Log:
Staging update by buildbot for trafficserver

Modified:
    websites/staging/trafficserver/trunk/cgi-bin/   (props changed)
    websites/staging/trafficserver/trunk/content/   (props changed)
    websites/staging/trafficserver/trunk/content/logbuilder/index.html

Propchange: websites/staging/trafficserver/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 21 04:56:40 2017
@@ -1 +1 @@
-1771054
+1779698

Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 21 04:56:40 2017
@@ -1 +1 @@
-1771054
+1779698

Modified: websites/staging/trafficserver/trunk/content/logbuilder/index.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/logbuilder/index.html (original)
+++ websites/staging/trafficserver/trunk/content/logbuilder/index.html Sat Jan 21 04:56:40 2017
@@ -10,7 +10,7 @@ var names = new Array("");
 var init_id = 0;
 var selected_id = 0;
 var welf_example = "id=firewall time=\\\"%<cqtd> %<cqtt>\\\" fw=%<phn> pri=6 proto=%<cqus> duration=%<ttmsf> sent=%<psql> rcvd=%<cqhl> src=%<chi> dst=%<shi> dstname=%<shn> user=%<caun> op=%<cqhm> arg=\\\"%<cqup>\\\" result=%<pssc> ref=\\\"%<{Referer}cqh>\\\" agent=\\\"%<{user-agent}cqh>\\\" cache=%<crc> ";
-var squid_example = "%<cqtq> %<ttms> %<chi> %<crc>/%<pssc> %<psql> %<cqhm> %<cquc> %<caun> %<phr>/%<pqsn> %<psct> %<xid>";
+var squid_example = "%<cqtq> %<ttms> %<chi> %<crc>/%<pssc> %<psql> %<cqhm> %<cquc> %<caun> %<phr>/%<pqsn> %<psct>";
 var allOptions = new Array();
 allOptions['fsiz'] = new Array(false, "The size of the file (n bytes) as seen by the origin server. ", "4096");
 allOptions['cquup'] = new Array(false, "The client request unmapped URL path. This field records a URL path before it is remapped (reverse proxy mode).", "/foo/bar");
@@ -62,7 +62,6 @@ allOptions['caun'] = new Array(false, "T
 allOptions['cqup'] = new Array(false, "The client request URL path; specifies the argument portion of the URL (everything after the host). For example, if the URL is http://www.company.com/images/x.gif, then this field displays /images/x.gif", "/foo/bar.php");
 allOptions['cqtd'] = new Array(false, "The client request timestamp. Specifies the date of the client request in the format yyyy-mm-dd, where yyyy is the 4-digit year, mm is the 2-digit month, and dd is the 2-digit day.", "2012-07-18");
 allOptions['cqu'] = new Array(false, "The universal resource identifier (URI) of the request from client to Traffic Server (subset of cqtx ). See the description of cqtx for behaviour in reverse proxy mode.", "http://www.company.com/foo.bar");
-allOptions['xid'] = new Array(false, "Accelerator ID", 742938330);
 allOptions['crat'] = new Array(false, "The client Retry-After time in seconds, if specified by the origin.", 30);
 function addToLog(id, name, needsInput) {
     if ( id == 0 ) { id = selected_id; }