** Also affects: ubuntu-download-manager (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: ubuntu-download-manager (Ubuntu)
       Status: New => Triaged

** Changed in: ubuntu-download-manager (Ubuntu)
   Importance: Undecided => Medium

** No longer affects: ubuntu-download-manager

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1413964

Title:
  data URIs have parent URL added to them when passed to webview's
  contextualData

Status in Canonical System Image:
  Fix Released
Status in webbrowser-app:
  Fix Released
Status in ubuntu-download-manager package in Ubuntu:
  Triaged
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  If you visit http://mikeasoft.com/~mike/testdata/ you'll see an image
  which is constructed from a data URI (e.g.
  data:image/jpeg;base64,<encoded data>)

  When requesting this image's URI via "contextualData.href" the
  returned URI has been treated as if it was a relative link, adding the
  parent domain and path to it, forming an incorrect URI like:

  http://mikeasoft.com/~mike/testdata/data:image/jpeg;base64,<encoded
  data>

  When it should just be returning the data URI:

  data:image/jpeg;base64,<encoded data>

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413964/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to     : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to