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