Skip to content
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

Shiro authentication issue after a wrong login #70

Closed
dhbello opened this issue Sep 22, 2021 · 0 comments
Closed

Shiro authentication issue after a wrong login #70

dhbello opened this issue Sep 22, 2021 · 0 comments
Labels
solved Solution developed and accepted, not yet deployed Type: Bug Something isn't working
Milestone

Comments

@dhbello
Copy link
Contributor

dhbello commented Sep 22, 2021

There is an bug when shiro authentication is setup, and an user try to login with invalid credentials. To reproduce, follow this steps:

  • Try to login with invalid credentials, the incorrect messages will appear.
  • Then, try to login with valid credentials, a blank page will appear.

It looks like the eu.europa.ec.re3gistry2.web.controller.ValidateSalt, blocks the request - if the "/login" url pattern is removed in the ValidateSalt filter mapping, works correctly.

I believe that this issue is related of how the eu.europa.ec.re3gistry2.web.controller.Login servelet redirects a failed login or related with shiro configuration. Any ideas?

@emanuelaepure10 emanuelaepure10 added the under analysis A first analysis is performing label Sep 23, 2021
@oscar9 oscar9 added the Type: Bug Something isn't working label Jun 3, 2022
@arantzaetxebarria arantzaetxebarria added this to the v2.4.1 milestone Nov 30, 2022
@oruscalleda oruscalleda added solved Solution developed and accepted, not yet deployed and removed under analysis A first analysis is performing labels Dec 23, 2022
@oruscalleda oruscalleda removed their assignment Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved Solution developed and accepted, not yet deployed Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants