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
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
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
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