Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Authorization-ACL CPAN distribution.

Report information
The Basics
Id: 38800
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Authorization-ACL

People
Owner: bricas [...] cpan.org
Requestors: rod.taylor [...] gmail.com
trond.haugen [...] uninett.no
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: Auth redirect to access_denied fails
Reverting acl_access_denied() to the 0.08 version corrects the issue. The "logs" are attached in a file. I have access_denied : Private in my root controller roughly like this: package SK::Controller::Root; use strict; use warnings; use parent qw{SK::Controller}; sub access_denied : Private { my ( $self, $c, $action ) = @_; return $self; }. SK::Controller extends Catalyst::Controller with a begin() and end() function I use in all my controllers. # perl -v This is perl, v5.8.8 built for amd64-freebsd (with 1 registered patch, see perl -V for more detail) # uname -a FreeBSD urbandb.boughtornot.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Mar 24 17:49:53 EDT 2008 root@urbandb.boughtornot.com:/usr/obj/usr/src/sys/GENERIC amd64
Subject: logs
Download logs
application/octet-stream 2.4k

Message body not shown because it is not plain text.

From: felix.ostmann [...] thewar.de
same here within a fresh new system On Do. 28. Aug. 2008, 12:46:17, rtaylor wrote: Show quoted text
> Reverting acl_access_denied() to the 0.08 version corrects the issue. > > The "logs" are attached in a file. > > I have access_denied : Private in my root controller roughly like this: > > package SK::Controller::Root; > > use strict; > use warnings; > use parent qw{SK::Controller}; > > sub access_denied : Private { > my ( $self, $c, $action ) = @_; > > return $self; > }. > > > SK::Controller extends Catalyst::Controller with a begin() and end() > function I use in all my controllers. > > # perl -v > > This is perl, v5.8.8 built for amd64-freebsd > (with 1 registered patch, see perl -V for more detail) > > # uname -a > FreeBSD urbandb.boughtornot.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon > Mar 24 17:49:53 EDT 2008 > root@urbandb.boughtornot.com:/usr/obj/usr/src/sys/GENERIC amd64
Subject: request for bug fix date?
Date: Mon, 29 Sep 2008 16:26:08 +0200
To: bug-Catalyst-Plugin-Authorization-ACL [...] rt.cpan.org
From: Trond Haugen <trond.haugen [...] uninett.no>
Hi, I too have now encountered the bug already reported in Catalyst-Plugin-Authorization-ACL-0.09: bugID: 38800 Auth redirect to access_denied fails This bug was reported 4 weeks ago, but has not yet been fixed. Do you know when it will be fixed? (I will have to use the 0.08 version until a fix is available.) -- regards, Trond Haugen
Subject: Re: [rt.cpan.org #39685] request for bug fix date?
Date: Tue, 30 Sep 2008 15:15:22 +0100
To: Trond Haugen via RT <bug-Catalyst-Plugin-Authorization-ACL [...] rt.cpan.org>
From: Matt S Trout <mst [...] shadowcat.co.uk>
On Mon, Sep 29, 2008 at 10:26:36AM -0400, Trond Haugen via RT wrote: Show quoted text
> I too have now encountered the bug already reported in > > Catalyst-Plugin-Authorization-ACL-0.09: > > bugID: > 38800 Auth redirect to access_denied fails
Then comment there, don't open a new bug. -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
Subject: Re: [rt.cpan.org #39685] request for bug fix date?
Date: Tue, 30 Sep 2008 15:15:22 +0100
To: Trond Haugen via RT <bug-Catalyst-Plugin-Authorization-ACL [...] rt.cpan.org>
From: Matt S Trout <mst [...] shadowcat.co.uk>
On Mon, Sep 29, 2008 at 10:26:36AM -0400, Trond Haugen via RT wrote: Show quoted text
> I too have now encountered the bug already reported in > > Catalyst-Plugin-Authorization-ACL-0.09: > > bugID: > 38800 Auth redirect to access_denied fails
Then comment there, don't open a new bug. -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
I can't seem to reproduce the issue. What version of Catalyst are you running? Can you attach a minimal "MyApp" (and archive of the app would be preferable) that fails for you? -Brian
From: harv [...] ruin.nu
On Thu Oct 02 10:46:17 2008, BRICAS wrote: Show quoted text
> I can't seem to reproduce the issue. What version of Catalyst are you > running? Can you attach a minimal "MyApp" (and archive of the app
would Show quoted text
> be preferable) that fails for you?
The problem seems to be with actions outside the Root controller. The attached app shows the problem for /test (from the Test controller), but works fine for /test2 (which is defined in Root). /Michael
Download myapp.tar.bz2
application/bzip2 41.4k

Message body not shown because it is not plain text.