Uploaded image for project: 'Privacy'
  1. Privacy
  2. MGNLPRIV-45

CookieManager Always Has A False Value In addCookie() IF Statement

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not an issue
    • Neutral
    • None
    • None
    • None

    Description

      The Visitor Detector Filter is having difficulty accepting visitor cookies. It is using VisitorDetectorFilter.java which internally uses DefaultCookieManager.java to create the cookie. The problem is with the addCookie() method inside DefaultCookieManager. The if statement :

      if (isCookieConsented(cookieDefinition))

      Is always false which does not allow the rest of the code in the method to execute, so the cookie is never created .

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              Unassigned Unassigned
              jnodarse Julian Nodarse
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD