← Back to team overview

ubuntu-apps-bugs team mailing list archive

[Bug 1288982] Re: [webappcontainer] Fix url patterns override from container arg

 

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

---------------
webbrowser-app (0.23+14.04.20140324-0ubuntu1) trusty; urgency=low

  [ Alexandre Abreu ]
  * There are 2 ways for the webapp-container to receive a list of
    patterns to filter url browsing in a webapp container: through the
    manifest.json file that comes with a given (named) webapp, or
    through the command line. At the moment, the 2 mechanisms are
    exclusive in the sense that from the webapp-container's perspective
    it only considers one or another when filtering navigation (the
    webapp manifest one being preferred) but they are NOT semantically
    equivalent. The list of url patterns in the manifest.json file is
    use as a mean to filter the urls that are being browsed to, but ALSO
    in the chromium & FF browsers to know if a webapp is to be
    installed/enabled when browsing in a given url. For example, for
    Gmail, the hostname mail.google.com is used as a trigger to ask the
    user for an installation/enablement of a webapp in the browser. It
    is also implicitely used as a filter for browser once in the
    container. The issue is that for applications like google services,
    the authentication mechanism is common. So when launched in the
    container, the user will be redirected to e.g.
    https://accounts.google.com or https://accounts.google.ca, etc. So,
    the manifest.json cannot be modified to account for those, since we
    dont want to install a webapp from those URLs but we need a way to
    add extra navigation url patterns to allow google service webapps to
    be redirected to e.g. https://accounts.google.* etc. We provide here
    2 things: an way for the url patterns passed down from the command
    line to be also considered in the navigation filtering,. a way to
    simplify url patterns for google apps (LP: #1288982)
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Mon, 24 Mar 2014 19:14:54 +0000

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

-- 
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/1288982

Title:
  [webappcontainer] Fix url patterns override from container arg

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

Bug description:
  There are 2 ways for the webapp-container to receive a list of
  patterns to filter url browsing in a webapp container: through the
  manifest.json file that comes with a given (named) webapp, or through
  the command line.

  At the moment, the 2 mechanisms are exclusive in the sense but not
  semantically equivalent. The list of url patterns in the manifest.json
  file is use as a mean to filter the urls that are being browsed to,
  but ALSO in the chromium & FF browsers to know if a webapp is to be
  installed/enabled when browsing in a given url.

  For example, for Gmail, the hostname mail.google.com is used as a
  trigger to ask the user for an installation/enablement of a webapp in
  the browser. It is also implicitely used as a filter for browser once
  in the container.

  The issue is that for applications like google services, the
  authentication mechanism is common. So when launched in the container,
  the user will be redirected to e.g. https://accounts.google.com or
  https://accounts.google.ca, etc.

  So, the manifest.json cannot be modified to account for those, since
  we dont want to install a webapp from those URLs but we need a way to
  add extra navigation url patterns to allow google service webapps to
  be redirected to e.g. https://accounts.google.* etc.

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