Bug 950164

Summary: jboss-dmr APIs are unable to parse swedish characters
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jay SenSharma <jsenshar>
Component: Domain ManagementAssignee: Jay SenSharma <jsenshar>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0.1CC: brian.stansberry, pcheung, sjadhav, tfonteyn
Target Milestone: ---   
Target Release: EAP 6.2.0   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-18 08:18:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jay SenSharma 2013-04-09 18:48:16 UTC
Description of problem:

JBoss EAP 6.0.1 (also previous eap6 release)  dmr-api's are unable to parse swidish characters .

Example:
========= Run the following CLI command which will fail:

[standalone@localhost:9999 /] /core-service=management/ldap-connection=ldap_connection/:add(search-credential=jboss@123,url=ldap://xx.xx.xxx.xx:389,search-dn="ou=\\u00E5\\u00E5
u00E5,dc=example,dc=com")


Ideally it should have generated the following configuration inside the server profile (standalone.xml)



Version-Release number of selected component (if applicable):
JBoss EAP 6.0.1 (affected component   jboss-dmr 1.1.1)


How reproducible:
Steps to Reproduce:   ***See above***
1.
2.
3.
  
Actual results:

<outbound-connections>
<ldap name="ldap_connection" url="ldap://xx.xx.xxx.xx:389" search-dn="ou=ååå,dc=example,dc=com" search-credential="jboss@123"/>
</outbound-connections>


Expected results:


Additional info:

Comment 1 Jay SenSharma 2013-04-09 18:49:31 UTC
Related to Upstream : (fix)
https://issues.jboss.org/browse/AS7-6860

Comment 2 Permaine Cheung 2013-04-10 13:10:55 UTC
Assigning to Alexey as he is the assignee of the upstream JIRA.