On 13 Apr 2012, at 09:00, Сергей Дмитриев wrote: > Hello All, > > Recently we've developed small web application which, for some cases, > receives data in base64 format, as value of one fields of POST > request. > I've noticed that probably there's something wrong with decoding of > such data. E.g. + will become spaces (it's ok) but %3D still intact. > So we using URI::Decode to finally get what we need.
There is no module called URI::Decode? Either way, I don't think this is a Catalyst problem, and you could probably demonstrate this with a trivial one-liner - given the module you're actually using to decode things.. Cheers t0m _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
