/[Apache-SVN]
ViewVC logotype

Revision 1750481


Jump to revision: Previous Next
Author: jim
Date: Tue Jun 28 11:44:15 2016 UTC (7 years, 11 months ago)
Changed paths: 7
Log Message:
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


Changed paths

Path Details
Directoryhttpd/httpd/branches/2.4.x/ modified , props changed
Directoryhttpd/httpd/branches/2.4.x/CHANGES modified , text changed
Directoryhttpd/httpd/branches/2.4.x/STATUS modified , text changed
Directoryhttpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http2.html deleted
Directoryhttpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http2.html.en deleted
Directoryhttpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http2.xml.meta deleted
Directoryhttpd/httpd/branches/2.4.x/modules/filters/sed1.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26