You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repeatedly hitting Sign In button results in ever increasing chain for redirect_to GET argument leading to eventual error 500.
I guess this is done to preserve GET arguments for other views but for /user/login this does not make sense.
Looking at my Gitea server logs looks like some web crawlers get stuck in these loops.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
laurivosandi
changed the title
Repeatedly hitting Sign In button result in evergrowing redirect_to chain
Repeatedly hitting Sign In button results in evergrowing redirect_to chain
Oct 24, 2021
Gitea Version
1.15.5
Git Version
Docker image
Operating System
Not applicable
How are you running Gitea?
Docker image
Database
MySQL
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Description
Repeatedly hitting Sign In button results in ever increasing chain for
redirect_to
GET argument leading to eventual error 500.I guess this is done to preserve GET arguments for other views but for
/user/login
this does not make sense.Looking at my Gitea server logs looks like some web crawlers get stuck in these loops.
Screenshots
No response
The text was updated successfully, but these errors were encountered: