mirror of https://github.com/rwf2/Rocket.git
1ba41b3990
This commit removes the 'CookieJar::get_private_pending()' method in favor of the already existing and correct 'CookieJar::get_pending()' method. Previously, the 'CookieJar::get_private_pending()' method attempted to decrypt the value of a pending cookie, which in reality is plaintext, thus failing. Because the pending value is plaintext, the 'CookieJar::get_pending()' method suffices. Documentation has been updated to refer to 'CookieJar::get_pending()'. Fixes #2063. |
||
---|---|---|
.. | ||
0-introduction.md | ||
1-quickstart.md | ||
01-upgrading-from-0.4.md | ||
2-getting-started.md | ||
3-overview.md | ||
4-requests.md | ||
5-responses.md | ||
6-state.md | ||
7-fairings.md | ||
8-testing.md | ||
9-configuration.md | ||
10-pastebin.md | ||
11-conclusion.md | ||
12-faq.md | ||
index.md |