Le 29/03/2011 17:22, Ruudk a écrit :
Hi,

I'm using the latest version of symfony/symfony master and since today I got stuck with the following error:


      Unable to find the controller for path "/login_check". Maybe you
      forgot to add the matching route in your routing configuration?

It happend after I pulled in the latest changes. Last friday everything worked fine.

       1. INFO Matched route "_security_check" (parameters:
          {"_route":"_security_check"})
       2. /ERR/ Unable to look for the controller as the "_controller"
          parameter is missing
       3. /ERR/ Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
          Unable to find the controller for path "/login_check". Maybe
          you forgot to add the matching route in your routing
          configuration? (uncaught exception)
       4. INFO Using controller
          
"Symfony\Bundle\FrameworkBundle\Controller\ExceptionController::showAction"



Routing:

    <route id="_security_login" pattern="/login">

    <default key="_controller">User:Security:login</default>

    </route>

    <route id="_security_check" pattern="/login_check" />

    <route id="_security_logout" pattern="/logout" />

When the authentication fails, the request is not redirected so you need a controller for your _security_check route.

--
Christophe | Stof

--
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 developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to