[midPoint-git] [Evolveum/midpoint] e8297d: Fix task/result handling in OrgStructFunctionsImpl

mederly noreply at github.com
Wed Jun 12 17:19:25 CEST 2019


  Branch: refs/heads/feature/gui-wrapper
  Home:   https://github.com/Evolveum/midpoint
  Commit: e8297d2f7867fc2ddc52b6175a431f2f0c1c6026
      https://github.com/Evolveum/midpoint/commit/e8297d2f7867fc2ddc52b6175a431f2f0c1c6026
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/expr/MidpointFunctions.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/MidpointFunctionsImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/expr/OrgStructFunctionsImpl.java

  Log Message:
  -----------
  Fix task/result handling in OrgStructFunctionsImpl


  Commit: 1636e4c96a2c582fc9657206823db52c9f3046aa
      https://github.com/Evolveum/midpoint/commit/1636e4c96a2c582fc9657206823db52c9f3046aa
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/authentication/UserProfileService.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/AuthenticationEvaluatorImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/UserProfileServiceImpl.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/security/TestAbstractAuthenticationEvaluator.java
    M repo/security-api/src/main/java/com/evolveum/midpoint/security/api/MidPointPrincipalManager.java
    M repo/security-impl/src/test/java/com/evolveum/midpoint/security/impl/MidPointPrincipalManagerMock.java

  Log Message:
  -----------
  Fix storing auth data to user on login (MID-5411)

Originally, the updated user was compared with the current data from
repository, potentially leading to data lost. This is now fixed.


Compare: https://github.com/Evolveum/midpoint/compare/3321094f94d0...1636e4c96a2c


More information about the midPoint-svn mailing list