> No, it just depends on which RFC you follow that describes URL> escaping.
Which? In JavaScript used encodeURI for URL and encodeURIComponentfor single components. hunchentoot:url-decode does not match anyof these functions. Browser does not replace # \+ to "%2B" in headerwhen sending request to the server. A substitute # \ + at # \ Space,as does hunchentoot:url-decode, need for forms, but not for the url.
I have wrong understanding?
Andrey
_______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel