]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1791400 from trunk:
authorEric Covener <covener@apache.org>
Thu, 11 May 2017 17:09:35 +0000 (17:09 +0000)
committerEric Covener <covener@apache.org>
Thu, 11 May 2017 17:09:35 +0000 (17:09 +0000)
commitf1fb347b9dd52ef6c275b3218fd053523710ad23
tree45c2e18281da9e0abf684b50f0d7eb6c630c53d2
parentf5b2a0941e112cf705a08a29abafbced4629fbc9
Merge r1791400 from trunk:

mod_substitute: use local/native LF for splitting

On platforms where the APR_ASCII_LF != '\n', like EBCDIC systems,
strmatch or pcre patterns from the source or config will be in
the native encoding, and this module will really only work on
content in the native encoding.

(mod_substitute runs before mod_charset_lite for a similar reason)

I thought #if APR_CHARSET_EBCDIC or even #ifdef __MVS__ was overkill
here.

(CTR due to ebcdic-only)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1794856 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_substitute.c