Re: [Catalyst] How to return a 401 from Catalyst

2008-01-29 Thread Christopher H. Laco
Jason Kohles wrote: On Jan 29, 2008, at 3:18 AM, Kieren Diment wrote: On 27 Jan 2008, at 20:59, Ian Docherty wrote: p.s. I note that there is nothing in Test::WWW (that I can find) that tests return status's such as 200, 401 etc. From perldoc Test::WWW::Mechanize: ... From perldoc W

Re: [Catalyst] How to return a 401 from Catalyst

2008-01-29 Thread Jason Kohles
On Jan 29, 2008, at 3:18 AM, Kieren Diment wrote: On 27 Jan 2008, at 20:59, Ian Docherty wrote: p.s. I note that there is nothing in Test::WWW (that I can find) that tests return status's such as 200, 401 etc. From perldoc Test::WWW::Mechanize: ... From perldoc WWW::Mechanize: ...

Re: [Catalyst] How to return a 401 from Catalyst

2008-01-29 Thread Kieren Diment
On 27 Jan 2008, at 20:59, Ian Docherty wrote: p.s. I note that there is nothing in Test::WWW (that I can find) that tests return status's such as 200, 401 etc. From perldoc Test::WWW::Mechanize: Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for

Re: [Catalyst] How to return a 401 from Catalyst

2008-01-28 Thread Jess Robinson
On Sat, 26 Jan 2008, Ian Docherty wrote: Related to my earlier thread about basic authentication, what do I have to do to return a 401 error from within Catalyst? I have tried to understand the documentation at http://www.ietf.org/rfc/rfc2617.txt but it does not help me in a practical mann

Re: [Catalyst] How to return a 401 from Catalyst

2008-01-27 Thread Ian Docherty
Ian Docherty wrote: Related to my earlier thread about basic authentication, what do I have to do to return a 401 error from within Catalyst? I have tried to understand the documentation at http://www.ietf.org/rfc/rfc2617.txt but it does not help me in a practical manner. My understanding i

[Catalyst] How to return a 401 from Catalyst

2008-01-26 Thread Ian Docherty
Related to my earlier thread about basic authentication, what do I have to do to return a 401 error from within Catalyst? I have tried to understand the documentation at http://www.ietf.org/rfc/rfc2617.txt but it does not help me in a practical manner. My understanding is that when the Catal