Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-10086

[Back-port to 3.2] Expose cookie methods to subclasses of LoginPanel

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 4.0.0
    • 3.2.2
    • None

    Description

      As mchatzidakis requests in CMS-6954, the following two methods should be made protected:

      private void setCookieValue(final String cookieName, final String cookieValue, final int maxAge)
      private String getCookieValue(final String cookieName)

      in order to support easier extending of the login screen with features that make use of cookies. Our login screen is already made to be extensible, and these are 2 nice convenience methods which were unfortunately declared private.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tjeger Tobias Jeger
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: