-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [dolphinscheduler-api] LoginHandlerInterceptor.preHandle check session without expire time check #16627
Comments
@ruanwenjun PTAL ,Thank you ~ |
Session expired time is |
@SbloodyS But there is no check session expired logic in |
After a closer look at the dev branch reveals that the bug does exist. |
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
Just noticed this issue today, sorry about that, I'll fix it! |
Search before asking
What happened
LoginHandlerInterceptor.preHandle
check session without expire time check.https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/interceptor/LoginHandlerInterceptor.java#L71-L77
What you expected to happen
LoginHandlerInterceptor.preHandle
should check session expire time.How to reproduce
Login
dolphinscheduler
and you can always access the web-ui.Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: