HTML encode the build output
----------------------------
Key: CONTINUUM-530
URL: http://jira.codehaus.org/browse/CONTINUUM-530
Project: Continuum
Type: Bug
Reporter: Trygve Laugstol
Attachments: continuum-snapshot.png
Currently the output is included verbatim, which means that the browser will try to parse
any XML that's in the build output. See the attached snapshot versus the actual output:
-- SNIP --
<featureMember typeName="View of GAB Adresse">
<Feature identifier="swrefVrecordVdatasetZaddressVcollectionZne_adresseVkeysZ158428" typeName="View
of GAB Adresse">
<property type="string" typeName="thc_world_name">Norge</property>
<property type="integer" typeName="kadranr">158428</property>
<property type="integer" typeName="kkomnr">219</property>
<property type="string" typeName="kommunenavn">Bærum</property>
<property type="string" typeName="kgatanvn">KYRRES VEI</property>
<property type="integer" typeName="kadrnr">19</property>
<property type="string" typeName="kadrunr">C</property>
<property type="integer" typeName="kadruunr"/>
<property type="string" typeName="kposnr">1369</property>
<property type="string" typeName="postnavn">STABEKK</property>
<geometricProperty typeName="posisjon">
<Point ID="swrefVgeometryVdatasetZaddressVcollectionZne_adresseVfieldZposisjonVlocalZTrueVkeysZ536885020X662636086X690767"
swldy:world="swrefVworldVdatasetZaddressVuniverseZ2VworldZ0">
<coordinates>-409769860,-357023026 </coordinates>
</Point>
</geometricProperty>
<geometricProperty typeName="annotation">
<Annotation ID="swrefVgeometryVdatasetZaddressVcollectionZne_adresseVfieldZannotationVlocalZTrueVkeysZ536885020X662636069X690770"
swldy:world="swrefVworldVdatasetZaddressVuniverseZ2VworldZ0">
<coordinates>-409769860,-357022026 </coordinates>
<string>19C</string>
<orientation>0.000000</orientation>
<justification>22</justification>
<font_orientation/>
<height>1.000000</height>
</Annotation>
</geometricProperty>
<swldy:DisplayContextProperty typeName="display_context">
<Feature typeName="display_context"/>
</swldy:DisplayContextProperty>
<swldy:associatedDocumentsProperty typeName="associatedDocuments">
<Document/>
-- SNIP --
--
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
|