-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
2.1.9 Item not added to the Wishlist if the user is not logged at the moment he click on the button to add it. #11825
Comments
@carloricci84, thank you for your report. |
I am working on it at #mm17es |
… replace for oldRequestParams Wishlist magento#12042 - fixed unit test
…dRequestParams Wishlist magento#12038 - fixed unit test
…e for oldRequestParams Wishlist #12041
…e for oldRequestParams Wishlist #12042
The issue has been fixed and delivered to 2.1-develop, 2.2-develop and 2.3-develop branches. Will be available with upcoming patch release |
Are we sure this is fixed in 2.2.2? I am seeing this exact same bug. If you go through the login form, the form_key changes and when |
Hi @thaddeusmt I tested with branch This issue will be added to |
Hi @lalit-algoworks this issue will be fixed in |
Magento support gave us a patch for 2.2.2, so perhaps it will be fixed in 2.2.3+ |
can you share me the patch |
not work, add item wishlist magento 2.3 Invalid Form Key, |
Preconditions
Steps to reproduce
Expected result
Actual result
Looking at the bug fix "APPSEC-1755: Anti-CSRF form_key is not changed after login" here https://magento.com/security/patches/magento-2016-and-219-security-update , it seems that since the form key is now changed after the login, the form key used for the Wishlist in vendor/magento/module-wishlist/Controller/Index/Add.php does not validate at the beginning of the execute function.
The text was updated successfully, but these errors were encountered: