http://www.devcomments.com/Escape-2f-in-URL-solution-at105103.htm


On 17 dub, 11:40, alexmm <misiekaleksan...@gmail.com> wrote:
> I database in column 'link' I have for example:
> documents/proposals
> documents/contracts
>
> And when I write ($link is an object which represents row in above
> table):
> link_to('some title', 'documents_route', $link);
>
> It converts slash to %2F so I have links:
> documents%2Fproposals
> documents%2Fcontracts
>
> How can I solve this ?
>
> --
> 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 
> athttp://groups.google.com/group/symfony-users?hl=en

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