GNOME Bugzilla – Bug 710877
HTTPItemURI must use base64url instead of base64 encoding scheme.
Last modified: 2013-10-31 00:11:36 UTC
HTTPItemURI must use base64url encoding scheme instead of base64 to avoid '/' characters in encoded string which results in bug in HTTPItemURI.from_string function. The provided patch implements base64url encoding & decoding for uris. see http://tools.ietf.org/html/rfc4648#section-5 for more info in base64url encoding scheme.
Created attachment 258118 [details] [review] use-base64url-instead-of-base64-for-uri-encoding.patch
Pushed with minor style changes