Re: paginator conflicts with Security->requireLogin ?

2008-03-26 Thread gbk *
i have to correct myself. in basic mode the application works fine. the problem in digest mode is the ':', page:2. the ':' is missing from the regexp in function parseDigestAuthData($digest) ; preg_match_all('@(\w+)=([\'"]?)([a-zA-Z0-9=./\_-]+)\2@', $digest, $match, PREG_SET_ORDER); gbk On már

Re: paginator conflicts with Security->requireLogin ?

2008-03-26 Thread gbk *
hi, some new information about this problem: if i change the type from 'digest' to 'basic', the server accepts the admin/password, but i have to enter it at every page request. gbk On márc. 26, 12:33, "gbk *" <[EMAIL PROTECTED]> wrote: > hi, > > i need some help in the following problem: > > m

paginator conflicts with Security->requireLogin ?

2008-03-26 Thread gbk *
hi, i need some help in the following problem: my cakephp version: 1.2.0.6311. i have configured digest auth for my admin actions in the app_controller: function beforeFilter() { if(isset($this->params[Configure::read('Routing.admin')])){ $this->Security->requireLogin('