Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value from cookie should be url decoded #30

Closed
MichaelKunze opened this issue Apr 15, 2024 · 0 comments
Closed

Value from cookie should be url decoded #30

MichaelKunze opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MichaelKunze
Copy link

Starting with IntelliJ 2024.1 the included http-client1 sends cookie values url encoded to the server. The line in Ltpa2Filter
final String ltpaToken = Ltpa2Utils.decryptLtpa2Token(encryptedToken, sharedKey); will fail.

According to rfc62652 this seems valid.

Footnotes

  1. https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html

  2. https://datatracker.ietf.org/doc/html/rfc6265#section-4.1.1

@sephiroth-j sephiroth-j added the bug Something isn't working label Apr 15, 2024
@sephiroth-j sephiroth-j self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants