#6307: Router::named['separator'] default param ':' is reserved by RFC1738
--------------------------+-------------------------------------------------
Reporter: MASA-P | Type: Bug
Status: new | Priority: Medium
Milestone: 1.2.x.x | Component: Routing/Dispatcher
Version: 1.2 Final | Severity: Normal
Keywords: | Php_version: n/a
Cake_version: |
--------------------------+-------------------------------------------------
About this, is not there a problem?
For example, I'm gonna support a session to the browser which doesn't
support a cookie. I try to add PHP ini "session.use_trans_sid" to
session.php and set param true. But a key of a session was not added to a
link.
Then I changed it from ':' for '~', and the link became the URL that I
expected.
I think that it means that PHP considered my site as others, or
considered it as invalid parameter.
Another case, in Japan, It is reported that one of mobile phone simulator
made by the carrier does wrong action because of ':'.
As the public, should not you change this to another character?
--
Ticket URL: <https://trac.cakephp.org/ticket/6307>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets 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/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---