]> mj.ucw.cz Git - libucw.git/commit
UCW::CGI -- fixed a bug in parsing of boundaries
authorMartin Mares <mj@ucw.cz>
Mon, 23 Nov 2009 19:40:49 +0000 (20:40 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 23 Nov 2009 19:40:49 +0000 (20:40 +0100)
commit80bdcd1786650f4dcce68aa48470a8504f447a89
tree9ed56d2fa05acd40d07e18b0e66de22a481ac742
parent8ceb4f0ebaf76cef6e389244f3b048058e01d8e9
UCW::CGI -- fixed a bug in parsing of boundaries

Interpolating user-supplied strings inside regular expressions in unsafe, even
if /\Q...\E/ were used.

In this case, it fails when Webkit-based browsers send boundary strings
containing "+" characters.
ucw/perl/UCW/CGI.pm