Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 5, 2019
2 parents b3938cd + f872ebc commit 7634dac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -490,7 +490,6 @@ private void initializeDevelopmentSerializers() {
JavaSerializer javaSerializer = new JavaSerializer( getApplicationKey() ) {
@Override
protected ObjectOutputStream newObjectOutputStream(OutputStream out) throws IOException {
LOGGER.info("XXXXXXX YX Y");
IObjectChecker checker1 = new MidPointObjectChecker();
IObjectChecker checker2 = new NotDetachedModelChecker();
IObjectChecker checker3 = new ObjectSerializationChecker();
Expand Down
Expand Up @@ -1682,7 +1682,7 @@ private <T extends ObjectType, O extends ObjectType, F> F computeSecurityFilterP
if (decision == null || decision == AuthorizationDecisionType.ALLOW) {
// allow
securityFilterAllow = gizmo.or(securityFilterAllow, autzObjSecurityF);
traceFilter("securityFilterAllow XXX", autz, securityFilterAllow, gizmo);
traceFilter("securityFilterAllow", autz, securityFilterAllow, gizmo);
if (!gizmo.isNone(autzObjSecurityF)) {
queryItemsSpec.collectItems(autz);
}
Expand Down

0 comments on commit 7634dac

Please sign in to comment.