Comment 3 for bug 1230032

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (master)

Reviewed: https://review.openstack.org/48285
Committed: http://github.com/openstack/python-glanceclient/commit/a0715e966dbdeda18f6c80b2ebf1a8997e0fbb0f
Submitter: Jenkins
Branch: master

commit a0715e966dbdeda18f6c80b2ebf1a8997e0fbb0f
Author: Yang Yu <email address hidden>
Date: Wed Sep 25 10:39:36 2013 -0500

    Fix regression bug after removing posixpath in http.py

    After removing posixpath.normpath(url) in http.py, the code has a
    regression bug that the url like 'http://example.com:80/test' can
    not work. The code urlparse.urljoin() can not work as '%s%s' %
    (self.endpoint_path, url).

    Fixes bug #1230032

    Change-Id: Ie7266fc3a067b92dfeed169086b4bf6a87dedbd6