Re: [Catalyst] Issues with Session::Store::DBIC + MSSQL

2009-08-04 Thread Daniel Westermann-Clark
of the input string. If this turns out to be the case, think you could throw together a doc patch? SQL Creation Script CREATE TABLE dbo.Session ( id char(72) NOT NULL, session_data text, expires int ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] GO -- Daniel Westermann-Clark

Re: [Catalyst] Plugin::Authentication overrides $c-req-user

2009-02-24 Thread Daniel Westermann-Clark
overridden?) There were no tests for $c-req-user. I've committed a test to t/deprecated.t that currently fails due to the problem above (we should only get one warning); please let me know if you have any suggestions. Thanks, -- Daniel Westermann-Clark

Re: [Catalyst] Plugin::Authentication overrides $c-req-user

2009-02-11 Thread Daniel Westermann-Clark
it. -- Daniel Westermann-Clark ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-09-26 Thread Daniel Westermann-Clark
, -- Daniel Westermann-Clark ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-26 Thread Daniel Westermann-Clark
provide some code illustrating the problem? A test would be even better. -- Daniel Westermann-Clark ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] Model::LDAP vs Authentication::Credential::LDAP

2008-08-07 Thread Daniel Westermann-Clark
) = @_; # Manipulate %args to include information from $self-catalyst_user return $self-next::method(%args); } 1; Hope this helps! -- Daniel Westermann-Clark ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL

2008-07-29 Thread Daniel Westermann-Clark
the alternate functionality However, the last point makes me feel like we're doing something that DBIx::Class normally abstracts. -- Daniel Westermann-Clark ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] Invalid session ids being generated

2008-05-08 Thread Daniel Westermann-Clark
-in server: DBIC_TRACE=1 ./script/*server.pl -r -d I'm not sure that using two Session::State plugins is recommended. At the very least, have you set the no_rewrite_if_cookie flag for Session::State::URI? -- Daniel Westermann-Clark ___ List: Catalyst