[Catalyst] Re: Catalyst::ActionRole::RequireSSL under development server

2012-04-18 Thread Aristotle Pagaltzis
* Rippl, Steve [2012-04-19 00:45]: > Anyone know what I should be testing for now? When I query > $c->engine_class I get Catalyst::Engine whether I'm running > under the development server or fastcgi. Why not simply `$c->debug`? ___ List: Catalyst@list

Re: [Catalyst] Catalyst::ActionRole::RequireSSL under development server

2012-04-18 Thread Rippl, Steve
On Wed, Apr 18, 2012 at 6:00 AM, Jason Galea wrote: > > > On Tue, Apr 17, 2012 at 4:11 AM, Rippl, Steve > wrote: > >> We're just upgrading to Catalyst 5.9 from 5.8, and therefore switching >> from the old Catalyst::Plugin::RequireSSL >> to Catalyst::ActionRole::RequireSSL. The old module would d

Re: [Catalyst] Catalyst::ActionRole::RequireSSL under development server

2012-04-18 Thread Jason Galea
On Tue, Apr 17, 2012 at 4:11 AM, Rippl, Steve wrote: > We're just upgrading to Catalyst 5.9 from 5.8, and therefore switching > from the old Catalyst::Plugin::RequireSSL > to Catalyst::ActionRole::RequireSSL. The old module would detect when is > was running under the standalone server and so was