Hi,

there is this code below in sfDoctrineGuardPlugin.


$a = sfConfig::get('app_sf_guard_plugin_success_signin_url');

var_dump($a);

$signinUrl = sfConfig::get('app_sf_guard_plugin_success_signin_url', $user->getReferer($request->getReferer()));

var_dump($signinUrl);

var_dump($user->getReferer($request->getReferer()));

//////////////////////////////////////////////////

null

string  'http://rs3.localhost/frontend_dev.php/'  /(length=38)/

string  'http://rs3.localhost/frontend_dev.php/miembros'  /(length=46)/


I don't know why the the second and the third lines are different..any idea?


--

Javi

Ubuntu 8.04 - Symfony 1.3

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to