mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-03-20 03:41:40 +00:00
This was triggered by a call to admin_up() that was passing self.lfclient_url as an un-named parameter, creating unanswerable requests formatted like http://localhost:8080/http:/localhost:8080/. There should really only be one http[s]*:// pattern in a URL, and further instances of colons should be URL encoded to %3A. Signed-off-by: Jed Reynolds <jed@bitratchet.com>