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)