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