[symfony-users] Re: Routing issue with dots in URL

2011-05-12 Thread Womble
Yeah that was correct, seems that this isn't the issue after all as I still get a route error. No route found for "GET /network/graph/SPAR22/xe-0_1_0.0" @extra:Route("/network/graph/{node}/{interface}", options={"segment_separator"="/"}, name="network_graph_node_interface") It seems the issue is

Re: [symfony-users] Re: Routing issue with dots in URL

2011-05-10 Thread Christophe COEVOET
Le 09/05/2011 21:21, Womble a écrit : Thanks, any chance of doing it via the annotations? From my reading of the code, I think it is @extra:Route("/hello", options={"segment_separator"="/") but I may be wrong about the way to define an associative array for the options. -- Christophe | Stof

[symfony-users] Re: Routing issue with dots in URL

2011-05-10 Thread Womble
Thanks, any chance of doing it via the annotations? On May 9, 7:30 pm, Chris Sedlmayr wrote: > You can set the segment separators per route using the options declaration. > > routeName: >   options: { segment_separators: [/, ., -] } -- If you want to report a vulnerability issue on symfony, ple

[symfony-users] Re: Routing issue with dots in URL

2011-05-09 Thread Chris Sedlmayr
You can set the segment separators per route using the options declaration. routeName: options: { segment_separators: [/, ., -] } -- 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