[midPoint-git] [Evolveum/midpoint] c57de0: Remove treatment of SchemaException in EqualFilter
mederly
noreply at github.com
Tue Mar 2 23:22:17 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: c57de0c77611ec2b7c3f8019f028dc2af306f9a4
https://github.com/Evolveum/midpoint/commit/c57de0c77611ec2b7c3f8019f028dc2af306f9a4
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/EqualFilterImpl.java
Log Message:
-----------
Remove treatment of SchemaException in EqualFilter
The test for equality is crucial in several midPoint components,
namely in authorization evaluation and cache invalidation. We cannot
afford fuzziness there. So the special treatment of SchemaException
(falling back to ordinary equality test instead of using specified
matching rule) has been removed.
Related to MID-5459.
More information about the midPoint-svn
mailing list