Improve Cookie handling of the Web Console
------------------------------------------

                 Key: FELIX-3290
                 URL: https://issues.apache.org/jira/browse/FELIX-3290
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-3.1.8
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-3.2.0


Cookies are created on the client side to persist some setups like the chosen 
locale or the bundle sort order. These cookies are session cookies (removed 
when the browser is closed) attached to the root of the URL space, thus 
globally visible.

There has been a fix in FELIX-3236 to persist the locale cookie for twenty 
years. Still the cookie is attached to URL root space.

Propose to addition of a global setCookie(name, value) method to the support.js 
script, which sets a cookie to a given name and value and defaults the expiry 
to twenty years and attaches the cookie to the root of the web console 
(appRoot, /system/console by default).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to