Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Ben van Staveren
*groan* that would've been the culprit. - Fix bug accidentally introduced in the last version with response 3xx statuses. 0.15 2011-01-04 14:19:36 CET - Don't delegate to a view if the response body is set to `undef'. -- Ben van Staveren phone: +62 81 70777529 email: benvanstave

Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Charlie Garrison
Good morning, On 26/01/11 at 8:15 PM +0700, Ben van Staveren wrote: -) check if all relevant modules are up to date. -) try with a different browser -) create a simple app and try this particular code there. I would do this if it wasn't for the fact that this code has worked just fine for t

Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Ben van Staveren
-) check if all relevant modules are up to date. -) try with a different browser -) create a simple app and try this particular code there. I would do this if it wasn't for the fact that this code has worked just fine for the past year, and I haven't done any updates or upgrades for the last 2

Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Octavian Rasnita
From: "David Schmidt" On Wed, Jan 26, 2011 at 12:18 PM, Ben van Staveren wrote: Hi Denny & list, Have you tried turning it off and then on again? ;) Repeatedly :) More seriously, I have found on multiple occasions that the Catalyst Auth stuff can seem to get itself into an inconsistent st

Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread David Schmidt
On Wed, Jan 26, 2011 at 12:18 PM, Ben van Staveren wrote: > Hi Denny & list, > >> Have you tried turning it off and then on again?  ;) >> > Repeatedly :) > >> More seriously, I have found on multiple occasions that the Catalyst >> Auth stuff can seem to get itself into an inconsistent state, such

Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Ben van Staveren
Hi Denny & list, Have you tried turning it off and then on again? ;) Repeatedly :) More seriously, I have found on multiple occasions that the Catalyst Auth stuff can seem to get itself into an inconsistent state, such that it starts behaving oddly (usually mine will successfully log in, bu

Re: [Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Denny
On Wed, 2011-01-26 at 17:17 +0700, Ben van Staveren wrote: > Hi folks, I've been breaking my head over this one for the last 3 hours and I > can't figure out what the hell is going on. I'm using > Catalyst::Authentication > to deal with authentication, as follows: > [...] > Strangely enough, it

[Catalyst] Weird problem with Catalyst::Authentication, and redirects

2011-01-26 Thread Ben van Staveren
Hi folks, I've been breaking my head over this one for the last 3 hours and I can't figure out what the hell is going on. I'm using Catalyst::Authentication to deal with authentication, as follows: in Root.pm: sub auto { my $self = shift; my $c = shift; if(!$c->user_exists) { warn "