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

Bob Lannoy commented on SYNCOPE-233:
------------------------------------

Some more info:
I had the same issue on MySQL and 1.01-incubating. It is not DB related.
It's also not dependent on Console since I have the same issue through the REST 
interface.
If I put a password like "passwordè" and debug the authentication process the 
password I see in 
org.apache.syncope.core.security.SyncopeAuthenticationProvider is "password?".
I'm not sure those chars are valid in HTTP basic auth or if there's a problem 
in Spring. I was not able to go further.

                
> Authentication failure using password with special characters
> -------------------------------------------------------------
>
>                 Key: SYNCOPE-233
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-233
>             Project: Syncope
>          Issue Type: Bug
>          Components: console, core
>    Affects Versions: 1.0.2-incubating
>         Environment: Linux x86_64, Oracle 10g (default charset AL32UTF8), 
> Apache Tomcat 7.0.26
>            Reporter: Denis Signoretto
>
> 1) Login as admin: OK
> 2) Create a user with any username and passowrd e.g. test/test: OK
> 3) Logout as admin and login as test/test: OK
> 4) Login as admin: OK
> 5) Change password to test user and use any special char e.g. "èàì": OK
> 6) Logout as admin and login as test: Fail
> Oracle Database is configured to use AL32UTF8 charset as default

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to