[jboss-jira] [JBoss JIRA] (WFLY-985) jboss-dmr APIs are unable to parse swedish characters
RH Bugzilla Integration (JIRA)
issues at jboss.org
Tue Mar 18 04:20:10 EDT 2014
[ https://issues.jboss.org/browse/WFLY-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12953720#comment-12953720 ]
RH Bugzilla Integration commented on WFLY-985:
----------------------------------------------
Jay SenSharma <jsenshar at redhat.com> changed the Status of [bug 950164|https://bugzilla.redhat.com/show_bug.cgi?id=950164] from NEW to CLOSED
> jboss-dmr APIs are unable to parse swedish characters
> -----------------------------------------------------
>
> Key: WFLY-985
> URL: https://issues.jboss.org/browse/WFLY-985
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: CLI
> Environment: All
> Reporter: Jay Kumar SenSharma
> Assignee: Alexey Loubyansky
> Labels: cli, dmr
> Fix For: 8.0.0.Alpha2
>
>
> JBossAS 7.2 dmr-api's are unable to parse swedish 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