Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D5019669 for ; Thu, 22 Dec 2011 12:32:55 +0000 (UTC) Received: (qmail 2501 invoked by uid 500); 22 Dec 2011 12:32:54 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 2449 invoked by uid 500); 22 Dec 2011 12:32:54 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 2441 invoked by uid 99); 22 Dec 2011 12:32:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 12:32:54 +0000 X-ASF-Spam-Status: No, hits=-2002.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 12:32:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AFD16123EE2 for ; Thu, 22 Dec 2011 12:32:30 +0000 (UTC) Date: Thu, 22 Dec 2011 12:32:30 +0000 (UTC) From: "Felix Meschberger (Created) (JIRA)" To: dev@felix.apache.org Message-ID: <1514580251.39042.1324557150721.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (FELIX-3290) Improve Cookie handling of the Web Console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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