Subject: | is the current SYNOPSYS accurate? |
Hello Tomas,
I want to say that Catalyst-Authentication-Credential-HTTP is a cool
idea! I am also really sorry to write to you, but unfortunately I have
spent several hours with it and still cannot make it run. I use the
directions in the SYNOPSIS and but keep getting auth-related errors.
1) I begin with a new project:
catalyst.pl HttpAuthTest
2) Then I update lib/HttpAuthTest.pm per the instructions.
3) Then I add:
$c->authenticate({ realm => "example" });
to ./lib/HttpAuthTest/Controller/Root.pm
4) When I browse to the controller I get the following error:
Caught exception in HttpAuthTest::Controller::Root->index "authenticate
called with nonexistant realm: 'default'. at
/home/gstead/programming/perl/playdir/HttpAuthTest/script/../lib/HttpAuthTest/Controller/Root.pm
line 33"
I have attached my Catalyst project so you can see what I mean. I hope
this can help myself and others who are using your cool module.
thanks!
-Graham
5) Here is the other information CPAN says you need:
5.1) I use Catalyst 5.7014 and C:A:C:HTTP 1.005 on Linux.
5.2) slim HttpAuthTest # perl -v
This is perl, v5.8.8 built for x86_64-linux
5.3) slim HttpAuthTest # uname -a
Linux slim 2.6.25-gentoo-r7 #1 SMP Mon Sep 8 09:49:16 PDT 2008 x86_64
AMD Athlon(tm) 64 X2 Dual Core Processor 5400+ AuthenticAMD GNU/Linux
Subject: | httpauthtest.zip |
Message body not shown because it is not plain text.