From: Ruediger Pluem Date: Thu, 11 Sep 2008 19:29:06 +0000 (+0000) Subject: * Replace control characters in output strings with more pleasant strings. X-Git-Tag: 2.3.0~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bb66e6efac7018902a6f5c8b88d9d26a929ea50;p=apache * Replace control characters in output strings with more pleasant strings. Submitted by: Basant Kumar kukreja git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@694431 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/sed1.c b/modules/filters/sed1.c index e88801049b..a14d378572 100644 --- a/modules/filters/sed1.c +++ b/modules/filters/sed1.c @@ -33,8 +33,8 @@ char *trans[040] = { "\\05", "\\06", "\\07", - "-<", - "->", + "\\10", + "\\11", "\n", "\\13", "\\14",