This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oberstet
Recipients eric.araujo, ezio.melotti, nailor, oberstet, orsenthil
Date 2011-10-24.15:33:03
SpamBayes Score 0.017125431
Marked as misclassified No
Message-id <1319470384.16.0.848797192701.issue13244@psf.upfronthosting.co.za>
In-reply-to
Content
ok, there was feedback on Hybi list:

http://www.ietf.org/mail-archive/web/hybi/current/msg09270.html

"""
    1. ws://example.com/something#somewhere
    2. ws://example.com/something#somewhere/
    3. ws://example.com/something#somewhere/foo
    4. ws://example.com/something?query=foo#bar

I think all of these are invalid. 
"""
Alexey Melnikov, Co-author of the WS spec.

And Julian Reschke:

http://www.ietf.org/mail-archive/web/hybi/current/msg09277.html

==

Thus, I would upload my comment:

"# must always be escaped, both in path and query components. Fragment components are not allowed. Thus, unescaped # can never appear in WS URL. Further, it must not be ignored, but the WS handshake failed."

And further: urlparse should raise an exception upon unescaped # within URLs from ws/wss schemes.
History
Date User Action Args
2011-10-24 15:33:04oberstetsetrecipients: + oberstet, orsenthil, ezio.melotti, eric.araujo, nailor
2011-10-24 15:33:04oberstetsetmessageid: <1319470384.16.0.848797192701.issue13244@psf.upfronthosting.co.za>
2011-10-24 15:33:03oberstetlinkissue13244 messages
2011-10-24 15:33:03oberstetcreate