Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-31 Thread Zbigniew Lukasiak
On Mon, Jul 20, 2009 at 4:30 PM, Zbigniew Lukasiakzzb...@gmail.com wrote: On Sat, Jul 18, 2009 at 9:14 PM, Tatsuhiko Miyagawamiyag...@gmail.com wrote: Brad just uploaded the module to CPAN. Unfortunately it still fails everywhere: http://matrix.cpantesters.org/?dist=LWPx-ParanoidAgent+1.06

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-21 Thread Zbigniew Lukasiak
Sorry - OK - so this was not the really the problem, my analysis below was wrong. But still the tests of Catalyst-Authentication-Credential-OpenID fail and I would like someone to confirm that. z...@zby:~/progs/tmp/Catalyst-Authentication-Credential-OpenID-0.13$ make test 2 errors

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-20 Thread Zbigniew Lukasiak
On Sat, Jul 18, 2009 at 9:14 PM, Tatsuhiko Miyagawamiyag...@gmail.com wrote: Brad just uploaded the module to CPAN. Unfortunately it still fails everywhere: http://matrix.cpantesters.org/?dist=LWPx-ParanoidAgent+1.06 Here are my results: perl -Ilib t/00-all.t . . . Three 1-second redirect

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-20 Thread Zbigniew Lukasiak
Next thing is that LWPx::ParanoidAgent does not set attributes from the call to 'new'. It is not documented there - so I guess this is fair from the side of LWPx::ParanoidAgent - but in line 62 in Catalyst::Authentication::Credential::OpenID there is: ua =

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-18 Thread Zbigniew Lukasiak
On Sat, Jul 18, 2009 at 2:27 AM, Tatsuhiko Miyagawamiyag...@gmail.com wrote: I actually applied the same patch against its SVN repository a few weeks ago. I'll poke Brad to make a new release on CPAN. http://code.sixapart.com/svn/LWPx-ParanoidAgent/trunk/ Thanks - that's great! While we are

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-18 Thread Tatsuhiko Miyagawa
Brad just uploaded the module to CPAN. On Fri, Jul 17, 2009 at 5:27 PM, Tatsuhiko Miyagawamiyag...@gmail.com wrote: I actually applied the same patch against its SVN repository a few weeks ago. I'll poke Brad to make a new release on CPAN. http://code.sixapart.com/svn/LWPx-ParanoidAgent/trunk/

[Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-17 Thread Zbigniew Lukasiak
Hi there, It seems that http://matrix.cpantesters.org/?dist=LWPx-ParanoidAgent+1.05 fails on every front (and if you check the history it wasn't much better in previous releases). So what you guys use as the LWP agent for OpenID authentication? -- Zbigniew Lukasiak

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-17 Thread Bogdan Lucaciu
On Fri, Jul 17, 2009 at 11:33 PM, Zbigniew Lukasiak wrote: It seems that http://matrix.cpantesters.org/?dist=LWPx-ParanoidAgent+1.05 fails on every front (and if you check the history it wasn't much better in previous releases).   So what you guys use as the LWP agent for OpenID

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-17 Thread Ashley
Yep. Sorry. I am working on a new one. Just keep getting stuck trying to update the tests to run correctly. I'll commit to getting a new one out this weekend even if I have to TODO the live tests for now. The real issue here though is that using LWP::UA instead of ParanoidAgent is a

Re: [Catalyst] OpenID authentication and LWPx-ParanoidAgent

2009-07-17 Thread Tatsuhiko Miyagawa
I actually applied the same patch against its SVN repository a few weeks ago. I'll poke Brad to make a new release on CPAN. http://code.sixapart.com/svn/LWPx-ParanoidAgent/trunk/ On Fri, Jul 17, 2009 at 5:17 PM, Ashleya...@sedition.com wrote: Brad Fitzpatrick and friends have done a great job