[hafqa] [hafqa] [Bug 509] GnomeVFSURI mistakenly translates '//' into '/' when middle of the url
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Wed Oct 4 14:15:11 EEST 2006
- Previous message: [hafqa] [Bug 469] gtk_file_chooser_set_uri() and gtk_file_chooser_set_filename() don't work for HildonFileChooserDialog in SAVE mode
- Next message: [hafqa] [Bug 509] GnomeVFSURI mistakenly translates '//' into '/' when middle of the url
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=509 ------- Additional Comments From kimmo.hamalainen at nokia.com 2006-10-04 14:15 ------- I think it's because the URI RFC does not allow unescaped '/' inside a URI: http://www.ietf.org/rfc/rfc3986.txt?number=3986 On page 12: "URI producing applications should percent-encode data octets that correspond to characters in the reserved set unless these characters are specifically allowed by the URI scheme to represent data in that component." and '/' is one of the reserved characters (listed on the same page 12). It could be only allowed if the 'http' scheme allows unescaped '/' (after looking at http://www.ietf.org/rfc/rfc2616.txt?number=2616, it could allow also '/'). But if GnomeVFS would special-case http URIs, it could become pretty ugly... -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 469] gtk_file_chooser_set_uri() and gtk_file_chooser_set_filename() don't work for HildonFileChooserDialog in SAVE mode
- Next message: [hafqa] [Bug 509] GnomeVFSURI mistakenly translates '//' into '/' when middle of the url
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]