pluf2

pluf2 Commit Details


Date:2008-12-07 04:41:17 (16 years 15 days ago)
Author:Loic d'Anterroches
Branch:master
Commit:ba7d7d844ae31710499c9a3b0109327c6086b9e5
Parents: 4f4240c0c67446bcccf605870421dbeaba4f289d
Message:Fixed the case of redirection.

Changes:

File differences

src/Pluf/Middleware/Csrf.php
9292
9393
9494
95
96
97
9598
9699
97100
// no session, nothing to do
return $response;
}
if (!isset($response->headers['Content-Type'])) {
return $response;
}
try {
$data = Pluf_Middleware_Session::_decodeData($request->COOKIE[$cookie_name]);
} catch (Exception $e) {

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05299s using 13 queries.