You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/12/16 05:48:38 UTC

[1/2] trafficserver git commit: doc: fix generator plugin table

Repository: trafficserver
Updated Branches:
  refs/heads/master a2affb991 -> 8b3d21def


doc: fix generator plugin table


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c577a1a0
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c577a1a0
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c577a1a0

Branch: refs/heads/master
Commit: c577a1a05b0519a98aab06648fdf94034c50f40f
Parents: a2affb9
Author: James Peach <jp...@apache.org>
Authored: Mon Dec 15 20:45:10 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Mon Dec 15 20:47:58 2014 -0800

----------------------------------------------------------------------
 doc/reference/plugins/generator.en.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c577a1a0/doc/reference/plugins/generator.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/generator.en.rst b/doc/reference/plugins/generator.en.rst
index 196645a..28fadb3 100644
--- a/doc/reference/plugins/generator.en.rst
+++ b/doc/reference/plugins/generator.en.rst
@@ -26,14 +26,14 @@ response is specified by the first two coomponents of the requested
 URL path. This plugin only supports the ``GET`` and ``HEAD`` HTTP
 methods.
 
-=============== ===========
-Path component  Description
-=============== ===========
-1               ``cache`` or ``nocache``. If ``cache`` is specifed, the
-                `Generator` plugin will respond with ``Cache-Control`` headers
-                marking the response as cacheable for 24 hours.
-2               Integral number of bytes to return in the response.
-=============== ===========
++---------------+----------------------------------------------------------------+
+|Path component | Description                                                    |
++===============+================================================================+
+|1              | ``cache`` or ``nocache``. If ``cache`` is specifed, the        |
+|               | `Generator` plugin will respond with ``Cache-Control`` headers |
+|               | marking the response as cacheable for 24 hours.                |
+|2              | Integral number of bytes to return in the response.            |
++---------------+----------------------------------------------------------------+
 
 Path components after the first 2 are ignored. This means that the
 trailing path components can be manipulated to create unique URLs


[2/2] trafficserver git commit: doc: link sslheaders plugin documentation

Posted by jp...@apache.org.
doc: link sslheaders plugin documentation


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8b3d21de
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8b3d21de
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8b3d21de

Branch: refs/heads/master
Commit: 8b3d21defd1155c605d35646c234f2c2499d8276
Parents: c577a1a
Author: James Peach <jp...@apache.org>
Authored: Mon Dec 15 20:47:40 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Mon Dec 15 20:47:59 2014 -0800

----------------------------------------------------------------------
 doc/reference/plugins/index.en.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8b3d21de/doc/reference/plugins/index.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/index.en.rst b/doc/reference/plugins/index.en.rst
index f15444c..36498eb 100644
--- a/doc/reference/plugins/index.en.rst
+++ b/doc/reference/plugins/index.en.rst
@@ -76,6 +76,7 @@ directory of the Apache Traffic Server source tree. Experimental plugins can be
   Metalink Plugin: implements the Metalink download description format in order to try not to download the same file twice. <metalink.en>
   MySQL Remap Plugin: allows dynamic “remaps” from a database <mysql_remap.en>
   AWS S3 Authentication plugin: provides support for the Amazon S3 authentication features <s3_auth.en>
+  SSL Headers: Populate request headers with SSL session information <sslheaders.en>
   stale_while_revalidate.en
   ts-lua Plugin: allows plugins to be written in Lua instead of C code <ts_lua.en>
   XDebug Plugin: allows HTTP clients to debug the operation of the Traffic Server cache using the X-Debug header <xdebug.en>