• Poul-Henning Kamp's avatar
    NB: FLAGDAY! · 957c035e
    Poul-Henning Kamp authored
    Make an executive decision, and change the regsub() replacement specifiers to
    get something which is consistent and nontroubling for URL and query strings.
    
    Since $ and & both are heavily used in query strings, we (DES & I)
    have chosen to use \0 ... \9 for replacement indicators, with \0
    being the "all matched text" replacement and \1...\9 replacing
    with tne N'th paranthesized subexpressions.
    
       regsub("_barf_", "(b)(a)(r)(f)", "\0\4\3\2\\p") -> "_barffra\p_"
    
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2741 d4fa192b-c00b-0410-8231-f00ffab90ce4
    957c035e
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishreplay Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...