Skip Menu |

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

Report information
The Basics
Id: 125130
Status: resolved
Estimated: 15 min
Worked: 30 min
Priority: 0/
Queue: CGI-Lite

People
Owner: HOUSTON [...] cpan.org
Requestors: HOUSTON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 3.00
  • 3.00_01
  • 3.00_02
  • 3.01
Fixed in:
  • 3.01_01
  • 3.01_02



Subject: Compiled regex in _parse_multipart_data()
The compiled regex in _parse_multipart_data breaks uploads which use differing boundaries. This will be problematic for any persistent objects (FastCGI, mod_perl, etc.). Brought to light and solution proposed in PR https://github.com/openstrike/perl-CGI-Lite/pull/1 by pru-mike
Tests have been written to detect the issue which are included in the distributed suite. The fix has been applied and the tests all pass.