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 2012/08/09 22:34:00 UTC

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

Author: buildbot
Date: Thu Aug  9 20:34:00 2012
New Revision: 828514

Log:
Staging update by buildbot for tserver

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 Thu Aug  9 20:34:00 2012
@@ -1 +1 @@
-1371441
+1371443

Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug  9 20:34:00 2012
@@ -1 +1 @@
-1371441
+1371443

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 Thu Aug  9 20:34:00 2012
@@ -61,7 +61,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['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);
 function addToLog(id, name, needsInput) {
     if ( id == 0 ) { id = selected_id; }