This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
JSON generates cookie that it cannot read #17
Open
Description
LoginUtils.PageStyleCookie cookie = new LoginUtils.PageStyleCookie(lefLogo, rightLogo, css);
cookies.set(LoginUtils.COOKIE_STYLES, cookie);
PageStyleCookie stylesCookie = cookies.get(COOKIE_STYLES, PageStyleCookie.class);
Failed to parse JSON of cookie: {"logoLeft":"aa.png"%2C"logoRight":"aa.png"%2C"style":"main.css"}
Metadata
Metadata
Assignees
Labels
No labels