[Geoserver-devel] [jira] (GEOS-5829) Line breaks transaction post request

Àngela Feliu created BugGEOS-5829
Line breaks transaction post request

Issue Type:

BugBug

Assignee:

Andrea Aime

Components:

Transactions/Locking

Created:

29/May/13 3:32 AM

Description:

I want to send a transaction request via post on geoserver which has line breaks though it is not working…
This is my request:

<wfs:Transaction service=“WFS” version=“1.0.0”
xmlns:xxx=“http://xxx.com
xmlns:ogc=“http://www.opengis.net/ogc
xmlns:wfs=“http://www.opengis.net/wfs”>
<wfs:Update typeName=“xxx:TABLE”>
<wfs:Property>
<wfs:Name>FIELD</wfs:Name>
<wfs:Value>aaa bbb></wfs:Value>
</wfs:Property>
<ogc:Filter>
<ogc:FeatureId fid=“TABLE.1”/>
</ogc:Filter>
</wfs:Update>
</wfs:Transaction>

I have already tried with CDATA with no hope…

Any ideas???
Many thanks in advance!!!

Environment:

post request transaction with line breaks

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Àngela Feliu

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](http://www.atlassian.com/software/jira)