Skip Menu |

This queue is for tickets about the CGI-XML CPAN distribution.

Report information
The Basics
Id: 71080
Status: new
Priority: 0/
Queue: CGI-XML

People
Owner: Nobody in particular
Requestors: kas [...] fi.muni.cz
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1
Fixed in: (no value)



Subject: Parameters with multiple occurences not transformed correctly
When the CGI contains more than one occurence of the same parameter ($q->param('parameter') returns an array), only the first parameter is transformed to XML: http://www.example.com/cgi-bin/test.cgi?param=val1;param=val2 gives <root><param>val1</param></root> instead of expected <root><param>val1</param><param>val2</param></root>.