Skip Menu |

This queue is for tickets about the RT-Client-REST CPAN distribution.

Report information
The Basics
Id: 92371
Status: resolved
Priority: 0/
Queue: RT-Client-REST

People
Owner: DMITRI [...] cpan.org
Requestors: perl [...] toby.ink
Cc:
AdminCc:

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



Subject: Examples using http://rt.cpan.org don't work.
They die with an exception that stringifies to "Found". This seems to be because http://rt.cpan.org is performing an HTTP redirect that RT::Client::REST is not expecting. If you use "https://rt.cpan.org" as the server instead, everything works properly.
On Wed Jan 22 11:23:36 2014, TOBYINK wrote: Show quoted text
> They die with an exception that stringifies to "Found". This seems to > be because http://rt.cpan.org is performing an HTTP redirect that > RT::Client::REST is not expecting. > > If you use "https://rt.cpan.org" as the server instead, everything > works properly.
I just reproduced the problem. I think rather than fixing the examples, I will teach RT::Client::REST to handle HTTP redirects. :)
Subject: Support HTTP redirects
On Sat Apr 26 15:19:10 2014, DMITRI wrote: Show quoted text
> I just reproduced the problem. I think rather than fixing the > examples, I will > teach RT::Client::REST to handle HTTP redirects. :)
Done: https://github.com/dtikhonov/RT-Client-REST/commit/d901f7ed325f55829deed86acaa98c38b4b40bbe
This is done in 0.48. Resolving.