Opened 15 years ago

Closed 15 years ago

#2881 closed defect (invalid)

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 (1)

comment:1 by tomkralidis, 15 years ago

Resolution: invalid
Status: newclosed

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.