You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/10/14 21:05:08 UTC

svn commit: r1764963 - /httpd/test/framework/trunk/t/apache/http_strict.t

Author: wrowe
Date: Fri Oct 14 21:05:08 2016
New Revision: 1764963

URL: http://svn.apache.org/viewvc?rev=1764963&view=rev
Log:
Tab is allowed in a header value as a separator or within qdtext or ctext

Modified:
    httpd/test/framework/trunk/t/apache/http_strict.t

Modified: httpd/test/framework/trunk/t/apache/http_strict.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/http_strict.t?rev=1764963&r1=1764962&r2=1764963&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/http_strict.t (original)
+++ httpd/test/framework/trunk/t/apache/http_strict.t Fri Oct 14 21:05:08 2016
@@ -100,7 +100,7 @@ my @test_cases = (
     # XXX ap_scan_script_header() eats the \r
     #[ "R" . "F\roo: bar"                => 500 ],
     #[ "R" . "Foo: bar\rBaz: h"          => 500 ],
-    [ "R" . "Foo: b\tar"                => 500 ], # ?
+    [ "R" . "Foo: b\tar"                => 200 ],
     [ "R" . "Foo: b\x01ar"              => 500 ],
 
     [ "R" . "Location: http://foo/"     => 1   ],