Ian P. Christian wrote: > Either way, if it is your problem , I believe you'll see your route > being maching BEFORE you see your routes being connected in the debug > toolbar/logs. > For example, here:
http://www2.pookey.co.uk/frontend_dev.php/cms/home?edit=true notice in the debug tool bar, this: 1Info FrontWebController Initialization 2Info PatternRouting Match route [default] "/:module/:action/*" 3Info WebRequest Request parameters array ( 'edit' => 'true', 'module' => 'cms', 'action' => 'home',) 4Info Context initialization 5Info PatternRouting Connect "/cms_delete/:sf_culture/:slug" 6Info PatternRouting Connect "/cms_publish/:slug" step 2 (matching request) happens before my own routes are added. OP, my ticket number is #2408 : - http://trac.symfony-project.com/ticket/2408 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
