Hi,

I've a problem where I pass parameter using GET to an action that
contains a plus ("+") sign. It will always get replaced by a space
character before becoming accessible in the action. Everything I've
tried failed, either using the different types to pass the parameter
(names, etc). I haven't tried a POST yet but wanted to ask here if
this is a known and wanted behavior or if I may have run into a bug.

Here an example of a url I try to call:

blah.com/profiles/import/Y%2bI6hLyjY7ryHiwIHenWYg%3d%3d

Here the result when printing the params array:

Array ( [url] => profiles/import/Y I6hLyjY7ryHiwIHenWYg== )

It doesn't help if I provide the parameter in decoded form, same
result.

I'm using 1.2 RC3.

Any help highly appreciated!

Thanks,
  Oliver

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to