Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd don't quote /. it doesn't work. this should ...
details: https://anonhg.NetBSD.org/src/rev/dff1d2b8fd7b
branches: trunk
changeset: 806944:dff1d2b8fd7b
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Mar 20 18:54:18 2015 +0000
description:
don't quote /. it doesn't work. this should fix PR#49765.
diffstat:
libexec/httpd/bozohttpd.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 88bd90983e6b -r dff1d2b8fd7b libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Fri Mar 20 15:41:43 2015 +0000
+++ b/libexec/httpd/bozohttpd.c Fri Mar 20 18:54:18 2015 +0000
@@ -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 @@
goto encode_it;
switch (*s) {
case ':':
- case '/':
case '?':
case '#':
case '[':
Home |
Main Index |
Thread Index |
Old Index