[
https://issues.apache.org/jira/browse/JUDDI-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209012#comment-14209012
]
ASF subversion and git services commented on JUDDI-890:
-------------------------------------------------------
Commit 1a894c8926a84314305b3e3727486545f1025a20 in juddi's branch
refs/heads/master from [~spyhunter99]
[ https://git-wip-us.apache.org/repos/asf?p=juddi.git;h=1a894c8 ]
JUDDI-890 fixed, hopefully all content is preserved while saving, minus xml
comments
> when saving a config with node/properties defined, the output is concat'd
> -------------------------------------------------------------------------
>
> Key: JUDDI-890
> URL: https://issues.apache.org/jira/browse/JUDDI-890
> Project: jUDDI
> Issue Type: Bug
> Components: juddi-client
> Affects Versions: 3.2
> Reporter: Alex O'Ree
> Assignee: Alex O'Ree
>
> source
> <properties>
> <property name="serverName" value="localhost"/>
> <property name="serverPort" value="8080"/>
> </properties>
> output
> <properties>
> <property name="serverName,serverPort" value="localhost,8080"/>
> </properties>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)