aboutsummaryrefslogtreecommitdiffstats
path: root/community/althttpd/10-allow-filename-plus-sign.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/althttpd/10-allow-filename-plus-sign.patch')
-rw-r--r--community/althttpd/10-allow-filename-plus-sign.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/althttpd/10-allow-filename-plus-sign.patch b/community/althttpd/10-allow-filename-plus-sign.patch
index f794699fe84..33757f46125 100644
--- a/community/althttpd/10-allow-filename-plus-sign.patch
+++ b/community/althttpd/10-allow-filename-plus-sign.patch
@@ -2,9 +2,9 @@ The following table contains 1 for all characters that are permitted in
the part of the URL before the query parameters and fragment. This patch
adds the plus sign (0x2b) to the list of characters allowed by upstream
which are 0-9a-zA-Z,-./:_~
---- src/althttpd.c.orig
-+++ src/althttpd.c
-@@ -1212,7 +1212,7 @@
+--- ./althttpd.c.orig
++++ ./althttpd.c
+@@ -2225,7 +2225,7 @@
/* x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xa xb xc xd xe xf */
/* 0x */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 1x */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,