-
-
Notifications
You must be signed in to change notification settings - Fork 706
[FIX] website_require_login: Login page recursion #1043
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
base: 16.0
Are you sure you want to change the base?
[FIX] website_require_login: Login page recursion #1043
Conversation
69e8a01
to
28581b8
Compare
1aea93d
to
958f802
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Also create only one instance of Path(path)
If one of the parents of /web/login is requested for login, infinite redirection loop starts
JSON/XML RPC should not be redirected to login.
958f802
to
5775ea3
Compare
Rebased on |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Steps:
Actual behavior

Error ERR_TOO_MANY_REDIRECTS
Expected behavior
Be redirected to the login page