[jboss-jira] [JBoss JIRA] (AS7-6860) jboss-dmr APIs are unable to parse swidish characters
Jay Kumar SenSharma (JIRA)
jira-events at lists.jboss.org
Wed Apr 10 08:03:32 EDT 2013
[ https://issues.jboss.org/browse/AS7-6860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765887#comment-12765887 ]
Jay Kumar SenSharma commented on AS7-6860:
------------------------------------------
A Pull Request is sent for verification: https://github.com/jbossas/jboss-dmr/pull/9
> jboss-dmr APIs are unable to parse swidish characters
> -----------------------------------------------------
>
> Key: AS7-6860
> URL: https://issues.jboss.org/browse/AS7-6860
> Project: Application Server 7
> Issue Type: Bug
> Components: CLI
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Environment: All
> Reporter: Jay Kumar SenSharma
> Assignee: Alexey Loubyansky
> Labels: cli, dmr
>
> JBossAS 7.2 dmr-api's are unable to parse swidish characters .
> Example:
> ========= Run the following CLI command which will fail:
> [standalone at localhost:9999 /] /core-service=management/ldap-connection=ldap_connection/:add(search-credential=jboss at 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)
> <outbound-connections>
> <ldap name="ldap_connection" url="ldap://xx.xx.xxx.xx:389" search-dn="ou=ååå,dc=example,dc=com" search-credential="jboss at 123"/>
> </outbound-connections>
--
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
More information about the jboss-jira
mailing list