From: pcs Date: Fri, 17 Oct 1997 11:39:59 +0000 (+0000) Subject: Add note about \space not working in Apache X-Git-Tag: APACHE_1_3b2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a6b3bd44b650f90625855755d4fc21c84321b0;p=thirdparty%2Fapache%2Fhttpd.git Add note about \space not working in Apache git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79394 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index 4543facc067..620de2b9b73 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -132,6 +132,10 @@ it added one automatically if the .asis file contained a Location header. option to HostnameLookups. +
  • To embed spaces in directive arguments NCSA used a backslash + before the space. Apache treats backslashes as normal characters. To + embed spaces surround the argument with double-quotes instead. + More to come when we notice them....