Rest generates invalid XML with spaces in tag names.
----------------------------------------------------
Key: GEOS-3875
URL: http://jira.codehaus.org/browse/GEOS-3875
Project: GeoServer
Issue Type: Bug
Components: REST
Affects Versions: 1.7.7
Reporter: Fredrik Holmqvist
Assignee: Andrea Aime
Invalid names: "validate connections", "wkb enabled" and so on...
Datastore example:
{{
<dataStore>
<name>Postgis1</name>
<enabled>true</enabled>
...
<connectionParameters>
...
<dbtype>postgis</dbtype>
...
<validate connections>false</validate connections>
<max connections>40</max connections>
...
<wkb enabled>true</wkb enabled>
...
<loose bbox>true</loose bbox>
...
</connectionParameters>
...
</dataStore>
}}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira