← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1311626] Re: Image URLs aren't resolved correctly if they begin with a double slash

 

This bug was fixed in the package webbrowser-app -
0.23+14.10.20140505.1-0ubuntu1

---------------
webbrowser-app (0.23+14.10.20140505.1-0ubuntu1) utopic; urgency=low

  [ Michael Sheldon ]
  * Resolve image URLs beginning with a double slash correctly for
    context menu items (LP: #1311626)

  [ Adnane Belmadiaf ]
  * Enabled passwordEchoEnabled (LP: #1314251)

  [ Alberto Mardegan ]
  * Split UbuntuWebContext into two different components:
    UbuntuWebContext, which is a WebContext derivative with the UA
    overrides for Ubuntu. UbuntuSharedWebContext, which is a singleton
    for UbuntuWebContext .

  [ Olivier Tilloy ]
  * Build the models in a separate static lib, and link the unit tests
    against it. This speeds up build time by avoiding having to
    recompile the models’ source for each unit test.
  * Handle javascript console messages.
  * Escape literal dots in UA override matching regular expressions.
  * Enable localStorage by default in the browser. (LP: #1309673)
  * Ensure that the URL actually changes so that the address bar is
    updated in case the user has entered a new address that redirects to
    where she previously was. (LP: #1306615)
  * Update bzr ignore rules.
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Mon, 05 May 2014 20:47:19 +0000

** Changed in: webbrowser-app (Ubuntu)
       Status: New => Fix Released

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

Title:
  Image URLs aren't resolved correctly if they begin with a double slash

Status in Web Browser App:
  In Progress
Status in “webbrowser-app” package in Ubuntu:
  Fix Released

Bug description:
  URLs beginning with "//" should inherit the parent document's
  protocol, however when using the context menu to open an image in a
  new tab or copy an image URL an incorrect URL is provided. Currently
  it treats these URLs as if they began with a single / and adds the
  parent document's domain to the URL.

  Steps to reproduce:

  1. Visit http://en.wikipedia.org/wiki/Ubuntu_Touch

  2. Long press on an image

  3. Select open new tab

  Expect result:

  Image should open in new tab

  Actual result:

  404 due to incorrect URL being generated

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1311626/+subscriptions


References