Module Name: src
Committed By: mrg
Date: Fri Mar 20 18:54:18 UTC 2015
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
don't quote /. it doesn't work. this should fix PR#49765.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/libexec/httpd/bozohttpd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.61 src/libexec/httpd/bozohttpd.c:1.62
--- src/libexec/httpd/bozohttpd.c:1.61 Tue Jan 27 04:20:23 2015
+++ src/libexec/httpd/bozohttpd.c Fri Mar 20 18:54:18 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: bozohttpd.c,v 1.61 2015/01/27 04:20:23 snj Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.62 2015/03/20 18:54:18 mrg Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
@@ -878,7 +878,6 @@ bozo_escape_rfc3986(bozohttpd_t *httpd,
goto encode_it;
switch (*s) {
case ':':
- case '/':
case '?':
case '#':
case '[':