You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/01/22 09:41:35 UTC

[jira] [Created] (WICKET-5818) Add support for httpOnly cookies to CookieDefaults

Martin Grigorov created WICKET-5818:
---------------------------------------

             Summary: Add support for httpOnly cookies to CookieDefaults
                 Key: WICKET-5818
                 URL: https://issues.apache.org/jira/browse/WICKET-5818
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 7.0.0-M4
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


Servlet 3.0 provides API for http only cookies, i.e. cookies which are not available to client-side (JS) code.
Wicket's CookieDefaults should provide an API to set this flag.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)