Search:

Type: Posts; User: mellster; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thanks for getting back quickly - it does not...

    Thanks for getting back quickly - it does not seem right that you assume that the pre-authenticated principal is a String - switching the equals check so that you have !principal.equals(currentUser)...
  2. security-web: possible reauthentication & session invalidation for same principal?

    org/springframework/security/web/authentication/preauth/AbstractPreAuthenticatedProcessingFilter.java:

    The check !currentUser.getName().equals(principal) does not seem right as it is comparing a...
Results 1 to 2 of 2