[
https://issues.apache.org/jira/browse/SYNCOPE-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15697424#comment-15697424
]
ASF subversion and git services commented on SYNCOPE-975:
---------------------------------------------------------
Commit 2d3bfe06a2b6116150e6b2c04bf265006d28e051 in syncope's branch
refs/heads/2_0_X from [~gonzalad]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=2d3bfe0 ]
SYNCOPE-975: ilike triggers search validation
Using ilike in a search triggers search field
validation. It shouldn't be triggered.
This results in Syncope returning 0 records.
For instance: username=~*test*;(emails=~*test.com*)
tries to validate email *test.com*, which isn't
a valid email
> Search case insensitive ilike operator triggers search validation
> -----------------------------------------------------------------
>
> Key: SYNCOPE-975
> URL: https://issues.apache.org/jira/browse/SYNCOPE-975
> Project: Syncope
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.2
> Reporter: gonzalad
> Assignee: gonzalad
> Priority: Minor
> Fix For: 2.0.2, 2.1.0
>
>
> Follow-up for SYNCOPE-971.
> Using ilike in a search triggers search field
> validation. It shouldn't be triggered.
> This results in Syncope returning 0 records.
> For instance: username=~*test*;(emails=~*test.com*)
> tries to validate email *test.com*, which isn't
> a valid email
> Sorry for the bug !
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)