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

Francesco Chicchiriccò commented on SYNCOPE-233:
------------------------------------------------

Hi Denis,
take a look at the applicationContext.xml [1] linked in my last comment: it is 
exactly like that, i.e.

  <bean id="httpClientParams" 
class="org.apache.syncope.client.http.HttpClientParams">
    <property name="parameterMap">
      <map key-type="java.lang.String">
        <entry>
          <key>
            <value>http.protocol.handle-authentication</value>
          </key>
          <value type="java.lang.Boolean">false</value>
        </entry>
        <entry>
          <key>
            <value>http.auth.credential-charset</value>
          </key>
          <value type="java.lang.String">false</value>
        </entry>
      </map>
    </property>
  </bean>

This will be shipped by default in >= 1.0.4-incubating, but you will need to 
explicitly download it and it to your own project if running < 1.0.4-incubating.

[1] 
https://svn.apache.org/repos/asf/incubator/syncope/branches/1_0_X/console/src/main/resources/applicationContext.xml
                
> 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, 1.0.3-incubating
>         Environment: Linux x86_64, Oracle 10g (default charset AL32UTF8), 
> Apache Tomcat 7.0.26
>            Reporter: Denis Signoretto
>            Assignee: Francesco Chicchiriccò
>             Fix For: 1.0.4-incubating, 1.1.0
>
>         Attachments: patch.diff
>
>
> 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