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

fix(TableMapping): make own non Camel Case Converter for Cookies #223

Merged
merged 3 commits into from Jun 16, 2021

Conversation

DevYukine
Copy link
Contributor

Database Migration

NO

Description

The current way of storing Cookies persistently is broken because the Cookies IDictionary<string, string> has a CamelCase Key Police. This results in the cookie key being converted to Camel Case which kills the cookie for some sites (like AnimeTorrents)

Screenshot (if UI related)

Todos

  • Tests
  • Translation Keys
  • Wiki Updates

Issues Fixed or Closed by this PR

Fixes #217

@DevYukine DevYukine changed the title fix(ProviderRepository): remove DictionaryKeyPolicy CamelCase fix(TableMapping): make own non Camel Case Converter for Cookies Jun 15, 2021
@DevYukine
Copy link
Contributor Author

Just manually confirmed it does indeed fix the mentioned issue for me locally :)

@Qstick Qstick self-assigned this Jun 16, 2021
@Qstick Qstick merged commit eeec505 into Prowlarr:develop Jun 16, 2021
@DevYukine DevYukine deleted the fix/cookies-chaning-key-name branch June 16, 2021 11:09
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AnimeTorrents downloads HTML instead of Torrent files
2 participants