[
https://issues.apache.org/jira/browse/SYNCOPE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456890#comment-17456890
]
ASF subversion and git services commented on SYNCOPE-1654:
----------------------------------------------------------
Commit 2fa7e28874acfeca8b6124ffec94d7f0a2d0d9ba in syncope's branch
refs/heads/master from Misagh Moayyed
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=2fa7e28 ]
Switch CAS to use 6.5.x / Spring Boot 2.6.x (#296)
* switch cas to use 6.5 rc2
* resume with boot 2.6 upgrade
* update spring cloud gateway
* upgrade to boot 2.6
* Upgrading Groovy
* Fix test cases; make sure exceptions are caught in SAML2 metadata generation
process
* assign a name to the syncope authn handler matching master-content and
auth-module
* Upgrading Tomcat
* Upgrading Spring Boot
* Upgrading Payara
* Upgrading Wildfly
* Getting Started Guide: reviewed for 3.0
* [SYNCOPE-1651] Reviewing delegation validation logic
* Upgrading gmavenplus-plugin
* Reference Guide reviewed and compelted for 3.0 up to Customization
* Typos in Reference Guide 3.0
* [SYNCOPE-1654] Allowing to search realm by key or full path
* Upgrading Swagger UI and Checkstyle
* Upgrading Bouncycastle
* Upgrading Wicket
* upgrade to spring boot 2.6; fixes build issues
* fix checkstyle
* restore spring cloud contract wiremock version
* update pac4j to match latest CAS 6.5 SNAPSHOT
Co-authored-by: Francesco Chicchiriccò <[email protected]>
> Inconsistent Realm search FIQL expressions between JPA and Elasticsearch
> engines
> --------------------------------------------------------------------------------
>
> Key: SYNCOPE-1654
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1654
> Project: Syncope
> Issue Type: Bug
> Components: core, extensions
> Affects Versions: 2.1.10
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Priority: Major
> Labels: elasticsearch
> Fix For: 2.1.11, 3.0.0
>
>
> Searching by Realm when JPA search engine is configured requires expressions
> like
> {code}
> realm==c5b75db1-fce7-470f-b780-3b9934d82a9d
> {code}
> When Elasticsearch search engine is configured, the following is required
> instead:
> {code}
> realm==/even
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)