It looks like the ':' delimiter is set in /cake/router.php around line 99: var $named = array( 'default' => array('page', 'fields', 'order', 'limit', 'recursive', 'sort', 'direction', 'step'), 'greedy' => true, 'separator' => ':', 'rules' => false, );
I have no idea how to change this without altering cake core (strongly advise against it!) On Mar 25, 10:01 am, Macademic <sch...@unf.edu> wrote: > I have an application that uses ids that have colons in them (and no > way around it). > Is there a way I disable passedArgs or at least change the delimiter? > > Stuart Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.