mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-12 15:56:00 +08:00
parent
aa67794881
commit
38e3ef9ac0
@ -47,8 +47,8 @@ public class LogoutResolver implements NoAuthResolver {
|
|||||||
if (cookie.isEmpty()) continue;
|
if (cookie.isEmpty()) continue;
|
||||||
String[] split = cookie.split("=");
|
String[] split = cookie.split("=");
|
||||||
String name = split[0];
|
String name = split[0];
|
||||||
String value = split[1];
|
if ("auth".equals(name) && split.length > 1) {
|
||||||
if ("auth".equals(name)) {
|
SfoundCookie = split[1];
|
||||||
foundCookie = value;
|
foundCookie = value;
|
||||||
activeCookieStore.removeCookie(value);
|
activeCookieStore.removeCookie(value);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user