You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/07/06 16:06:11 UTC

[jira] [Commented] (SYNCOPE-894) Allow international characters in username, group's and any object's names

    [ https://issues.apache.org/jira/browse/SYNCOPE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364523#comment-15364523 ] 

ASF subversion and git services commented on SYNCOPE-894:
---------------------------------------------------------

Commit 0656bc07fc99d8fa9d87bf407f7641c4fa221ad8 in syncope's branch refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=0656bc0 ]

[SYNCOPE-894] Enhancement provided


> Allow international characters in username, group's and any object's names
> --------------------------------------------------------------------------
>
>                 Key: SYNCOPE-894
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-894
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 2.0.0
>
>
> Currently user, group and any object validators are requiring names to be constrained by the {{\w}} [Java regex class|http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html].
> This does not allow to use international characters, including accented.
> By using {code}\p{L}{code} instead, this limit could be easily overcome.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)