You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2016/07/06 08:45:11 UTC

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

Francesco Chicchiriccò created SYNCOPE-894:
----------------------------------------------

             Summary: 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 {{\p{L}}} instead, this limit could be easily overcome.



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