You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/07/31 05:59:50 UTC

svn commit: r1152543 - /trafficserver/traffic/trunk/proxy/config/remap.config.default

Author: zwoop
Date: Sun Jul 31 03:59:50 2011
New Revision: 1152543

URL: http://svn.apache.org/viewvc?rev=1152543&view=rev
Log:
TS-890 update remap.config comments on regexes to be accurate.

Author: Manjesh
Review: leif

Modified:
    trafficserver/traffic/trunk/proxy/config/remap.config.default

Modified: trafficserver/traffic/trunk/proxy/config/remap.config.default
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/config/remap.config.default?rev=1152543&r1=1152542&r2=1152543&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/config/remap.config.default (original)
+++ trafficserver/traffic/trunk/proxy/config/remap.config.default Sun Jul 31 03:59:50 2011
@@ -111,8 +111,7 @@
 #  Regex support: Regular expressions can be specified in the rules with the 
 #  following limitations:
 #
-#  1) Only the host field can have regexes - the scheme, port and other fields cannot
-#     (use yts_regex_remap plugin for path manipulation using regexes)
+#  1) Only the host field can have regexes - the scheme, port and other fields cannot.
 #  2) The number of capturing sub-patterns is limited to 9; this means $0 through $9 can
 #     be used as substitution place holders ($0 will be the entire input string)
 #  3) The number of substitutions in the expansion string is limited to 10