Re: [elinks-dev] CGI scripts using GET don't work

2007-06-17 Thread Kalle Olavi Niemitalo
Witold Filipczyk [EMAIL PROTECTED] writes: Here is the patch for 0.11.3: diff --git a/src/protocol/uri.c b/src/protocol/uri.c index df22646..e9c3b39 100644 Thank you, applied. pgpA77cwgPZGK.pgp Description: PGP signature ___ elinks-dev mailing

[elinks-dev] CGI scripts using GET don't work

2007-06-15 Thread Witold Filipczyk
Hi! CGI scripts using the GET method don't work in 0.11.3 and 0.12.GIT. QUERY_STRING is empty. It's a big bug. Here is the patch for 0.11.3: 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 @@