Re: [Catalyst] OpenID and SREG

2009-07-04 Thread Ashley
On Jul 3, 2009, at 9:13 PM, Trevor Phillips wrote: Catalyst::Authentication::Credential::OpenID I've got the basics of Authentication working, but I'm having problems with SREG. The first problem is when using a .conf config, the docs say you can use: extension_args

Re: [Catalyst] OpenID and SREG

2009-07-04 Thread Trevor Phillips
On Sat, Jul 4, 2009 at 2:02 PM, Ashleya...@sedition.com wrote: The configuration examples are bad. Menno Blom provided the patch to support the stuff and I documented it incorrectly. I'm really sorry about this; it's been this way for a long time. I've been trying just this week to get a new

Re: [Catalyst] OpenID and SREG

2009-07-04 Thread Ashley
On Jul 4, 2009, at 2:43 AM, Trevor Phillips wrote: Are you referring to LWPx::ParanoidAgent exploding when a bad Identity URL is given? I tried using eval to get around it but that seems to clash with the rest of the workings of your library. No, the LWP debug clash. It's not that important

Re: [Catalyst] Custom error handling

2009-07-04 Thread kakimoto
hello, Tomas, thank you :) My replies are as per below. You mean you're calling $c-error yourself in your own controller code? Yes I am. You haven't shown us the code you're putting stuff into $c-error with, therefore it's pretty hard to tell how you're doing it wrong. Extract