bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

Malformed urls in Windows environment #22

Closed abarton closed 10 years ago

abarton commented 10 years ago

Pyrabbit generates malformed urls to the administrative api when used in a Windows environment. Each request will receive the expected response of 'Not Found'.

The issue is caused by using os.path.join to construct urls. See pyrabbit.http.do_call.

bkjones commented 10 years ago

Will do. Planning a pyrabbit sprint in 2-3 weeks. Thanks a lot for the feedback!

bkjones commented 10 years ago

Fixed in head. I'll release a new version in the coming days. Thanks again for the report.