Re: [Catalyst] UTF-16 surrogate warning under FastCGI

2008-07-22 Thread Martin Ellison
Jim, thanks for that. I have the same problem but have not had the time to create a test case. 2008/7/23 Jim Spath <[EMAIL PROTECTED]> > Jim Spath wrote: > >> So I know the whole UTF-16 surrogate warning issue has been brought up a >> few times on this list, but I don't think anyone has posted a

Re: [Catalyst] Catalyst::Authentication::Credential::LDAP

2008-07-22 Thread Matt S Trout
On Wed, Jun 25, 2008 at 11:27:13AM -0700, Bruce J Keeler wrote: > Also, somewhat apropos, I have a > C::A::{Store,Credential}::ActiveDirectory that I based on the LDAP > stuff. The LDAP modules didn't work for me because they want to bind > anonymously and retrieve the crypted password, wherea

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-22 Thread Matt S Trout
On Tue, Jul 22, 2008 at 12:53:10PM +0200, Marc Sebastian Pelzer wrote: > Hello, > > I'm running a Catalyst application under mod_perl and wonder if there > is a Plugin available that detects changes on the main > application .yml config file and does a automatic re-load if needed? > It not -

Re: [Catalyst] Catalyst and Taint?

2008-07-22 Thread Matt S Trout
On Mon, Jul 21, 2008 at 10:08:11PM -0700, Chris Weyl wrote: > Hey all -- > > A google of "catalyst taint" turns up this message: > > http://lists.scsys.co.uk/pipermail/catalyst/2005-December/004007.html > > It doesn't look like there has been a release of > Module::Pluggable::Fast since then. D

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-22 Thread Jonathan Rockway
* On Tue, Jul 22 2008, Marc Sebastian Pelzer wrote: > Hello, > > I'm running a Catalyst application under mod_perl and wonder if there > is a Plugin available that detects changes on the main application > .yml config file and does a automatic re-load if needed? It not - > what would be the most

Re: [Catalyst] UTF-16 surrogate warning under FastCGI

2008-07-22 Thread Jim Spath
Jim Spath wrote: So I know the whole UTF-16 surrogate warning issue has been brought up a few times on this list, but I don't think anyone has posted a reliable test case, so I thought I would take a stab at it. We have over 2700 of these warnings in todays error logs, so it'd be nice to get r

[Catalyst] UTF-16 surrogate warning under FastCGI

2008-07-22 Thread Jim Spath
So I know the whole UTF-16 surrogate warning issue has been brought up a few times on this list, but I don't think anyone has posted a reliable test case, so I thought I would take a stab at it. We have over 2700 of these warnings in todays error logs, so it'd be nice to get rid of them. All

Re: [Catalyst] Catalyst-Devel Patch

2008-07-22 Thread Todd Rinaldo
I like the new section. Perfect! Thanks, Todd On Mon, Jul 21, 2008 at 9:10 AM, Ash Berlin <[EMAIL PROTECTED]> wrote: > > On 21 Jul 2008, at 14:37, Todd Rinaldo wrote: > >> J, Thanks for the detailed reply. I hadn't thought about the base >> class nature of this class. Catalyst and DBIC are both M

Re: [Catalyst] Catalyst::Authentication::Credential::LDAP

2008-07-22 Thread Wade . Stuart
Matt S Trout <[EMAIL PROTECTED]> wrote on 07/21/2008 04:32:03 PM: > > Maybe the search phase failed for the original poster? > > I dunno, I was just saying it should probably support both approaches :) > Sorry Matt, my comment was directed twords the OP not you -- I just piggybacked on your messa

[Catalyst] auto re-load of application yaml config file?

2008-07-22 Thread Marc Sebastian Pelzer
Hello, I'm running a Catalyst application under mod_perl and wonder if there is a Plugin available that detects changes on the main application .yml config file and does a automatic re-load if needed? It not - what would be the most elegant (and less I/O intensive) way of doing this? Woul