#5765: Cakephp IIS and ACL
------------------------+---------------------------------------------------
Reporter: PiemP | Type: Bug
Status: new | Priority: Medium
Milestone: 1.2.x.x | Component: ACL (Access Control List)
Version: RC2 | Severity: Normal
Keywords: | Php_version: PHP 5
Cake_version: |
------------------------+---------------------------------------------------
I've found a lot of problem when i have enable this option in core.php
file:
Configure::write('App.baseUrl', env('SCRIPT_NAME'));
the url into the html code are this:
http://www.mysite.org/index.php/categories/home
i've modified the file router.php for resolve this problem end now the
function $html->link work and the url are like this:
http://www.mysite.org/index.php?url=/categories/home
but when i try to use ACL into my site the redirect url from ACL is:
http://www.mysite.org/index.php/?url=/users/login
i've modified normalize function into router.php and now it's all ok, but
when i logged in the url from ACL is:
http://www.mysite.org/index.php?url=?url=/users/login
or
http://www.mysite.org/index.php?url=/
now i can't imagine what it's wrong.
I'm sorry for my written english.
--
Ticket URL: <https://trac.cakephp.org/ticket/5765>
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
-~----------~----~----~----~------~----~------~--~---