Fix file uploads with utf8 form field names. RT#113486
authorMatthew Horsfall <wolfsage@gmail.com>
Fri, 1 Apr 2016 12:40:23 +0000 (08:40 -0400)
committerMatthew Horsfall <wolfsage@gmail.com>
Fri, 1 Apr 2016 12:40:23 +0000 (08:40 -0400)
commit0d6aa1613af382e0c68056d37444eaa377edfa96
tree9deb2b710afde0f232fd1bda5a2471180d94ae22
parented60d91751d29e582be736dcb1538e99ef5e42a0
Fix file uploads with utf8 form field names. RT#113486

Don't decode the name (possibly changing its data) before using it
to do a hash lookup.
lib/Catalyst/Engine.pm
t/utf_incoming.t