Skip Menu |

This queue is for tickets about the Net-RabbitMQ-Management-API CPAN distribution.

Report information
The Basics
Id: 82099
Status: new
Priority: 0/
Queue: Net-RabbitMQ-Management-API

People
Owner: Nobody in particular
Requestors: TJC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: (no value)



RabbitMQ 3 moved the management port number. It left the old one open, with a redirect to the new port. This module does not honour the redirects, and thus breaks when RabbitMQ is upgraded. For best compatibility, I think the module should honour the redirects. I think this is as simple as doing: push @{ $ua->requests_redirectable }, 'POST';