]> granicus.if.org Git - apache/commit
Correct our list of escape characters to include percent and the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Mar 2002 05:28:14 +0000 (05:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 Mar 2002 05:28:14 +0000 (05:28 +0000)
commit029da7dc7b05a611397462ca97a980725b9cfd08
tree5e8424ed60cbaadc1db03e6395b9f28f48593de9
parent987b84f020898f819e63672673db04f0d76da4ab
  Correct our list of escape characters to include percent and the
  carriage return on Win32/OS2, and modify the \r \n escaping to account
  for the fact that Win32/OS2 don't pass these characters through a true
  argv[] mechansim; replace them with a whitespace since they effectively
  are for most applications.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94070 13f79535-47bb-0310-9956-ffa450edef68
server/gen_test_char.c
server/util.c