I've discovered there is a problem with this method:

If your paths include names containing a dot or slash, the preg_match
routines in dispatcher.php will choke.

I edited dispatcher.php at line 414 and 432 to change APP_DIR to
str_replace("/","\/",preg_quote(APP_DIR))


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

Reply via email to