]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- CGI scripts using the GET method didn't work
authorwitekfl <witekfl@pld-linux.org>
Tue, 19 Jun 2007 16:07:22 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks-cgi.patch -> 1.1

elinks-cgi.patch [new file with mode: 0644]

diff --git a/elinks-cgi.patch b/elinks-cgi.patch
new file mode 100644 (file)
index 0000000..0e815cc
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/src/protocol/uri.c b/src/protocol/uri.c
+index df22646..e9c3b39 100644
+--- a/src/protocol/uri.c
++++ b/src/protocol/uri.c
+@@ -149,7 +149,7 @@ static int
+ check_uri_file(const unsigned char *name)
+ {
+       /* Check POST_CHAR etc ... */
+-      static const unsigned char chars[] = POST_CHAR_S "#?";
++      static const unsigned char chars[] = POST_CHAR_S "#";
+       return strcspn(name, chars);
+ }
This page took 0.126225 seconds and 4 git commands to generate.