juju / persistent-cookiejar

cookiejar is a fork of net/http/cookiejar that allows serialisation of the stored cookies
BSD 3-Clause "New" or "Revised" License
113 stars 76 forks source link

do not produce error when reading old format #9

Closed rogpeppe closed 9 years ago

rogpeppe commented 9 years ago

The old format has been used by released versions of juju, so we don't want to cause them to fail when using the new version. This will cause cookies to be discarded when upgrading, but that should only be a temporary annoyance.

rogpeppe commented 9 years ago

This will fix https://bugs.launchpad.net/juju-core/+bug/1511717

dimitern commented 9 years ago

AIUI, LGTM.

alesstimec commented 9 years ago

LGTM