Store cookies in text-based format

Using the stdlib's http.cookie module, cookies are now stored as one
"Set-Cookie" header per line. Previously, the aiohttp.CookieJar's save() and
load() methods were used (which use pickling).
This commit is contained in:
Joscha
2021-05-31 20:04:56 +00:00
parent f40820c41f
commit 722970a255
2 changed files with 26 additions and 3 deletions

View File

@ -27,6 +27,9 @@ ambiguous situations.
- `--credential-file` option for `kit-ilias-web` command
- Warning if using concurrent tasks with `kit-ilias-web`
### Changed
- Cookies are now stored in a text-based format
### Fixed
- Date parsing now also works correctly in non-group exercises