Security Advisories (1)
CVE-2012-5572 (2014-05-30)

CRLF injection vulnerability in the cookie method allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via a cookie name.

NAME

Dancer::Serializer::XML - serializer for handling XML data

SYNOPSIS

DESCRIPTION

METHODS

serialize

Serialize a data structure to a XML structure.

deserialize

Deserialize a XML structure to a data structure

content_type

Return 'text/xml'

CONFIG FILE

You can set XML::Simple options for serialize and deserialize in the config file:

engines:
   XMLSerializer:
     serialize:
        AttrIndent: 1
     deserialize:
        ForceArray: 1