commit | 823a00433fe6622f25a3c9dacf86fcd66b3e819b | [log] [tgz] |
---|---|---|
author | Jamie Lennox <jamielennox@gmail.com> | Wed Mar 02 18:33:24 2016 -0600 |
committer | Jamie Lennox <jamielennox@gmail.com> | Sun Mar 06 21:24:02 2016 -0600 |
tree | 8fa98d2b4c0837211d8f4f34d56ab000614f7913 | |
parent | 22dd1c9d9489dffa56a5208ee50351c8c4c403b2 [diff] |
Use urlunparse to reconstruct base_url Using string replace to replace the new path back onto the old path fails when there is no path setup in the catalog initially. Instead of this lets use the inverse to the urlparse previously performed. Change-Id: I931f0c558aafc8dfaa5519744c6e4e7fcffc3205 Closes-Bug: #1552475