RFR: 8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked

Martin Balao mbalao at openjdk.java.net
Wed Feb 9 19:50:11 UTC 2022


On Wed, 9 Feb 2022 19:12:34 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> The concerns are two folds:
> 
> * without a regression test, you have to trust that the source changes actually work, and there's typically no verification possible
> * without a regression test, the next refactoring change in this area two years from now could undo the fix and nobody would notice
> 

Thanks, that was what I initially thought but wanted to check if I was missing something else given the previous discussion. I should be able to generate a build for the user and ask him to test in his real environment. As for the other concern, I'll evaluate options and let you know.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6043


More information about the core-libs-dev mailing list