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 isn't with the segment separator, it is with the
slug stopping once it reaches a period, I tried to replace the period
with a %2E which didn't help either.



On May 11, 12:07 am, Christophe COEVOET <s...@notk.org> wrote:
> 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

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