]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1749401, r1749404 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 28 Jun 2016 11:44:15 +0000 (11:44 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 28 Jun 2016 11:44:15 +0000 (11:44 +0000)
commit7c9ae113e8999ce353b70eb7efe0d160ad932ef4
tree9093e1b1ea266593f0bfd10ae9bcd976e2feca62
parenta8426998df5e9563b43f044b017b440c1d5f8a93
Merge r1749401, r1749404 from trunk:

Fix 'x' command processing in mod_sed.

This has been tested using a slighly modified example taken from:
    https://blogs.oracle.com/basant/entry/using_mod_sed_to_filter
(OutputSed "s/.\*//"             has been changed in                OutputSed "s/.*//")

OutputSed "/Sunday/ {"
OutputSed "h"
OutputSed "s/.*//"
OutputSed "N"
OutputSed "s/\^.//"
OutputSed     "/Monday/ {"
OutputSed         "x"
OutputSed         "s/Sunday/Monday/"
OutputSed         "x"
OutputSed         "s/Monday/Tuesday/"
OutputSed         "H"
OutputSed         "g"
OutputSed     "}"
OutputSed "}"

Add CHANGES entry for r1749401
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750481 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
docs/manual/mod/mod_proxy_http2.html [deleted file]
docs/manual/mod/mod_proxy_http2.html.en [deleted file]
docs/manual/mod/mod_proxy_http2.xml.meta [deleted file]
modules/filters/sed1.c