Do not make internal redirects during login failures#8535
Open
Inverle wants to merge 1 commit intoFreshRSS:edgefrom
Open
Do not make internal redirects during login failures#8535Inverle wants to merge 1 commit intoFreshRSS:edgefrom
Inverle wants to merge 1 commit intoFreshRSS:edgefrom
Conversation
Member
|
I have not checked yet, but after this PR, are we still returning a proper HTTP 403 in case of the corresponding error? |
Member
Author
No
I'm guessing the response after 302 would have to be 403 then? (though it won't show 403 next to login in server logs anymore) |
Member
If possible, I would like a 403 at the first response (also to help tools such as Fail2Ban depending on those status codes) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes a bug that makes FreshRSS send a GET login request after failing one login and trying again (see last line, earlier lines are included for context):
reproduce by:
Though the main issue is that
Minz_Request::forwardconfuses GET and POST params which both end up in theLocation:redirect:FreshRSS/lib/Minz/FrontController.php
Lines 42 to 47 in 41031fc
FreshRSS/lib/Minz/Request.php
Lines 491 to 509 in 41031fc
see:
those params end up: