Welcome Guest, Not a member yet? Register   Sign In
I have issue about transmission parameters to controller
#3

[eluser]toopay[/eluser]
The specification for URLs (RFC 1738), encode "Unsafe characters" like space, in % followed by 2 digit of its hexademial value. " " for spaces, means space have "20" as it hexadecimal values.

Use rawurl() function to deal with it in Route classes, should fix this.


Messages In This Thread
I have issue about transmission parameters to controller - by El Forum - 06-03-2011, 11:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB