mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
fix: セッションが存在しない時に作成しないように
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class SPAInterceptor : HandlerInterceptor {
|
||||
return
|
||||
}
|
||||
|
||||
if (request.session.getAttribute("s") == "f") {
|
||||
if (request.getSession(false).getAttribute("s") == "f") {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user