cakephp2-php8/lib
mark_story 8035b37df2 Only set $request->data with PUT/DELETE when it can be decoded.
Setting $request->data to the raw put data isn't overly useful unless it
can be decoded.  Generally $request->data is expected to be an array,
when its a string things can go funny.

Fixes #3320
2012-10-31 21:02:47 -04:00
..
Cake Only set $request->data with PUT/DELETE when it can be decoded. 2012-10-31 21:02:47 -04:00