[midPoint-git] [Evolveum/midpoint] f33480: Fix lax filter validation at import (MID-3614)
Pavol Mederly
mederly at evolveum.com
Fri May 18 16:46:39 CEST 2018
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: f334801d208178119b944f4e9319dfe81d59052b
https://github.com/Evolveum/midpoint/commit/f334801d208178119b944f4e9319dfe81d59052b
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-05-18 (Fri, 18 May 2018)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/certification/dto/CertDefinitionDto.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/marshaller/BeanUnmarshaller.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/marshaller/PrismUnmarshaller.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/marshaller/QueryConvertor.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/util/PrismTestUtil.java
M infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/query_3/SearchFilterType.java
M infra/schema/src/test/java/com/evolveum/midpoint/schema/TestQueryConvertor.java
Log Message:
-----------
Fix lax filter validation at import (MID-3614)
Type and Exists filters were not validated well enough on import;
problems in them would manifest themselves only at execution time
(e.g. when authorizations were evaluated). But we need to distinguish
import (strict parsing) and repo fetch (compat parsing); so we brought
ParsingContext into filter parsing.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the midPoint-svn
mailing list