That’s exactly what’s supposed to happen. You should be escaping the plus sign (i.e., %2B).
From: [email protected] [mailto:[email protected]] On Behalf Of David Montaño Ramírez Sent: 1. juli 2014 11:49 To: [email protected] Subject: Plus sign (+) in url parameter Hi I'm working in project that requires that a URL parameter containing a plus sign (+) to be passed as an argument to the action. The problem is that the + is replaced by a space. The question is: CakePHP is designed to work like that or might be a bug? Additional Information: CakePHP Version: 2.5.1 Default routing for the controller The argument is an email like [email protected]<mailto:[email protected]> Thanks. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout. Ricardo Vieitez | Student Assistant - Network Administration University of Florida Department of Housing and Residence Education PO Box 112100 | Gainesville, FL 32611-2100 office 352.392.2171 x10355 | fax 352.392.6819 | [email protected]<mailto:[email protected]> StrengthsQuest Top 5: Analytical, Strategic, Learner, Responsibility, Relator - Find Out More<http://www.strengthsquest.com/content/141728/index.aspx> Please consider the environment before printing this email. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
