kahntang / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

Query encoding wrong? #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Section 3.4 in RFC2396 list this:
[[
    The query component is a string of information to be interpreted by
    the resource.

    query = *uric

    Within a query component, the characters ";", "/", "?", ":", "@",
    "&", "=", "+", ",", and "$" are reserved.
]]
http://www.ietf.org/rfc/rfc2396.txt

But the as3corelib only encodes these: " %#&="

Original issue reported on code.google.com by beauf...@gmail.com on 17 Jan 2009 at 4:35