Re: [Catalyst] Extending C::Plugin::Authentication::Store::DBIC for additional constraints

2007-03-26 Thread Ashvin Kumar
Doran L. Barton wrote: Not long ago, Fernan Aguero proclaimed... Certainly not what you were asking (subclassing store::dbic), but ... sub login : Local { my ( $self, $c ) = @_; my $username = $c->req->params->{username} || ""; my $password = $c->req->params->{password} || "";

[Catalyst] Re: Session Problem with IE

2007-03-26 Thread Fayland Lam
wp wrote: > hello everyone, i'm new from china, i must say this mail-list helped me > a lot. > > I have a problem in using Session in catalyst; > > I use plugins as follows: > Session > Session::Store::FastMmap > Session::State::Cookie > > This problem happens when i call "delete_session" method

Re: [Catalyst] Re: Session Problem with IE

2007-03-26 Thread Octavian Rasnita
From: "Fayland Lam" <[EMAIL PROTECTED]> wp wrote: hello everyone, i'm new from china, i must say this mail-list helped me a lot. I have a problem in using Session in catalyst; I use plugins as follows: Session Session::Store::FastMmap Session::State::Cookie This problem happens when i call "

[Catalyst] Re: C::C::FB and captchas or similar

2007-03-26 Thread A. Pagaltzis
Hi Octavian, * Octavian Rasnita <[EMAIL PROTECTED]> [2007-03-19 18:40]: > The most important things that come to my mind, are the > following: that’s a bloody excellent list! It really deserves to end up somewhere more easily found than the web archive of a mailing list. If you don’t have a good

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-26 Thread Wade . Stuart
apv <[EMAIL PROTECTED]> wrote on 03/23/2007 09:06:00 PM: > On Mar 23, 2007, at 6:41 PM, Andy Grundman wrote: > > On Mar 23, 2007, at 6:27 PM, Ashley Pond V wrote: > >> Oh, to add confusion upon confusion. It works fine across my > >> Airport. Safari won't load it on the computer which is run

Re: [Catalyst] Slight return: error using session and authn plug-ins under apache

2007-03-26 Thread Yuval Kogman
Upgrade Tie::RefHash::Weak for thread supportg On Sun, Mar 25, 2007 at 19:09:27 -0700, apv wrote: > I found this somewhat unresolved thread -- > http://lists.rawmode.org/pipermail/catalyst/2006-July/008854.html -- when > having the same problem, approximately, after updating my OS X today. > >

Re: [Catalyst] Re: C::C::FB and captchas or similar

2007-03-26 Thread Octavian Rasnita
Yes you can do it. And also thanks for cleaning a little the text, because my english is not excelent. No need to put a link to a web page. Octavian - Original Message - From: "A. Pagaltzis" <[EMAIL PROTECTED]> To: "The elegant MVC web framework" Sent: Monday, March 26, 2007 5:45 PM

[Catalyst] Insecure dependency while running a cat app under Apache2

2007-03-26 Thread Jonas Alves
Hi, When I try to run my catalyst app under Apache2 I get this error message: [error] Caught exception in MyApp::Controller::Login->form "Insecure dependency in eval while running setgid at /usr/local/share/perl/5.8.7/CGI/FormBuilder/Field.pm line 412." It runs ok in the development server. Is A