Re: [cgiapp] CA-Subclassing + CAP::Authentication

2007-02-21 Thread Cees Hek
On 2/19/07, Alexander Becker [EMAIL PROTECTED] wrote: I tried to subclass one of my apps and use the CAP::Authentication in one of the subclasses. That doesn't work. Each time i try to authenticate for one of the subclass runmodes, i don't get in. The authentication don't seem fail, as no error

Re: [cgiapp] Minor limitation of C::A::P::Stream and IO::{String,Scalar}

2007-02-21 Thread Michael Peters
George Hartzell wrote: I gave up and just switched to using a temporary file, but thought I'd double check my conclusing with y'all. I'd stick with the temporary file. For one, if your streaming a scalar it means that it's in memory. And anything large enough to stream will take up a lot of

Re: [cgiapp] CA-Subclassing + CAP::Authentication

2007-02-21 Thread Alexander Becker
Am 21.02.2007, 23:28 Uhr, schrieb Cees Hek [EMAIL PROTECTED]: On 2/19/07, Alexander Becker [EMAIL PROTECTED] wrote: I tried to subclass one of my apps and use the CAP::Authentication in one of the subclasses. That doesn't work. Each time i try to authenticate for one of the subclass

[cgiapp] clueless on the callback for load_tmpl

2007-02-21 Thread Robert Hicks
I have never done a callback before so I used GOOGLE to search for a way to get some globals setup for my webapp. I tried the following thinking it would override the current load_tmpl: sub load_tmpl { my ($self, $tmpl_file, @extra_params) = @_; # die_on_bad_params goes to 0 in

Re: [cgiapp] clueless on the callback for load_tmpl

2007-02-21 Thread Michael Peters
Robert Hicks wrote: I have never done a callback before so I used GOOGLE to search for a way to get some globals setup for my webapp. I tried the following thinking it would override the current load_tmpl: sub load_tmpl { my ($self, $tmpl_file, @extra_params) = @_; #

[cgiapp] Re: clueless on the callback for load_tmpl

2007-02-21 Thread Robert Hicks
Thank you both very much. Teach a man to fish... Robert - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http://marc.theaimsgroup.com/?l=cgiappr=1w=2 To unsubscribe, e-mail: [EMAIL PROTECTED]