Bug 950164 - jboss-dmr APIs are unable to parse swedish characters
Summary: jboss-dmr APIs are unable to parse swedish characters
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.0.1
Hardware: All
OS: Unspecified
medium
high
Target Milestone: ---
: EAP 6.2.0
Assignee: Jay SenSharma
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-09 18:48 UTC by Jay SenSharma
Modified: 2018-12-01 16:21 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-18 08:18:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker AS7-6860 0 Major Closed jboss-dmr APIs are unable to parse swedish characters 2019-05-09 09:22:23 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.