SOURCES: elinks-cgi.patch (NEW) - CGI scripts using the GET method...

witekfl witekfl at pld-linux.org
Tue Jun 19 18:07:27 CEST 2007


Author: witekfl                      Date: Tue Jun 19 16:07:27 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- CGI scripts using the GET method didn't work

---- Files affected:
SOURCES:
   elinks-cgi.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/elinks-cgi.patch
diff -u /dev/null SOURCES/elinks-cgi.patch:1.1
--- /dev/null	Tue Jun 19 18:07:27 2007
+++ SOURCES/elinks-cgi.patch	Tue Jun 19 18:07:22 2007
@@ -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);
+ }
================================================================


More information about the pld-cvs-commit mailing list