andrea-patricelli commented on code in PR #1218:
URL: https://github.com/apache/syncope/pull/1218#discussion_r2469924233
##########
core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/AbstractAnySearchDAO.java:
##########
@@ -202,6 +202,11 @@ protected Pair<PlainSchema, PlainAttrValue> check(final
AttrCond cond, final Any
PlainSchema schema =
Optional.ofNullable(plainSchemaDAO.find(cond.getSchema())).
orElseThrow(() -> new IllegalArgumentException("Invalid schema
" + cond.getSchema()));
+ // disallows searches by encrypted schemas
Review Comment:
Not useful, actually, going to remove
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]