Let's say I have a form

and submit '*' to <input name="q">

thus generating a url

/q/%252A

for some reason this gets turned into %2A on one of my servers (nginx)

versus

being turned into '*'

So I traced this bug all the way to the sfWebRequest loadParameters  
method.  ANd it seems like normally your PATH_INFO will say /q/%2A  
and parse_str will change that to '*', but my PATH_INFO has the same  
data as request_uri.

I can't figure out a way to compensate for that.  I thought turning  
of PATH_INFO all together would work, but symfony did the same thing.

Any ideas?


Dave Dash
Eat smarter... www.reviewsby.us




--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to