Ticket #2881 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

remove msEncodeHTMLEntities for libxml2 based code

Reported by: tomkralidis Owned by: tomkralidis
Priority: normal Milestone: 5.4 release
Component: SOS Server Version: svn-trunk (development)
Severity: minor Keywords: libxml2 msEncodeHTMLEntities
Cc: assefa, warmerdam

Description

When using libxml2 for XML output, output encoding of entities (&, ", <, >) is taken care by libxml2 already, automatically.

As a result, msEncodeHTMLEntities should removed from the following

  • mapogcsos.c
  • mapwfs11.c
  • mapwcs11.c

Change History

Changed 4 years ago by tomkralidis

  • status changed from new to closed
  • resolution set to invalid

Oversight. More in depth investigation shows that we indeed do need msEncodeHTMLEntities in the code. Sorry for the noise.

Note: See TracTickets for help on using tickets.