aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/FileCookieJar.php
Commit message (Collapse)AuthorAgeFilesLines
* Add logger to FileCookieJarJeremy Benoist2019-07-241-0/+19
|
* Use a custom cookiejar to avoid error when the cookie is badly savedJeremy Benoist2019-07-241-0/+72
It happens sometimes on wallabag.it, the json inside the cookie is badly saved and the json isn't valid. It generates an exception and avoid people to use the api and import contents. To fix that, we use a dedicated `FileCookieJar`, which extends the default one from Guzzle to fix these issues. Also updated deps