forked from shadowfacts/Tusker
Shadowfacts
a0e95d4577
For some reason, creating a URL from a string decoded from the container was producing URL objects that could not be round-tripped through PropertyListEncoder/Decoder. Decoding a URL directly from the container works correctly.