question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide our own CookieJar implementation

See original GitHub issue

The JavaNetCookieJar is a hazard to use, particularly because it uses HttpCookie behind the scenes. That class unnecessarily quotes cookie values, and we need to do gross things to strip them off. This behavior is particularly bad because sometimes it doesn’t strip the quotes and we end up stripping off quotes that we shouldn’t.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:5
  • Comments:23 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
brillenheinicommented, Jan 22, 2017

I, from my perspective as a user, would be very happy with an in-memory implementation as a first addition.

1reaction
swankjessecommented, Dec 7, 2020

@headsvk yikes. Looks like they inexplicably introduced a regression.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Automatic cookie handling with OkHttp 3 - java - Stack Overflow
Here you have a simple approach to create your own CookieJar. It can be extended as you wish. ... Here is working CookieJar...
Read more >
http.cookiejar — Cookie handling for HTTP clients — Python ...
The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing web sites that require small pieces of...
Read more >
cookiejar manual page - Tcl Bundled Packages
The cookiejar package provides an implementation of the http package's cookie jar protocol using an SQLite database. It provides one main command, ...
Read more >
CookieJar in rocket::http - Rust
A type of &CookieJar can be retrieved via its FromRequest implementation as a request guard or via the Request::cookies() method. Individual cookies can...
Read more >
Cookie Jar - CS50's Introduction to Programming with Python
Suppose that you'd like to implement a cookie jar in which to store cookies. ... You may not alter these methods' parameters, but...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found