Details
Description
The result of https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-13.8/xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/java/org/xwiki/security/authentication/internal/DefaultAuthenticationFailureManager.java#L344 is actually an int which it then converted to long.
I don't remember exactly how Java react to this exactly, I think it does not crash but produce a number that does not have anything to do with the expected one.
Attachments
Issue Links
- is caused by
-
XWIKI-15488 Limit number of login attempts until user is asked for a captcha
- Closed