-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I will add a substitution to replace "+" with " ", to maintain
compatibility with BusyBox httpd.
~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk1DCV
when decoding an RFC2396-url-encoded string
on commandline, there a two mistakes:
first, the ssl-check is loaded, which is not
needed. second a '+' is not decoded to space.
(and it seems, that the hole decoding is not
feature-complete)
e.g. uhttpd -d "open+wrt"
should return "open wrt", but lea