This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Cookie Overflow Bug upon creating Reservation #1512
Open
Description
The elusive cookie overflow bug that has been cropping up for a while now.
Not sure what exactly causes it, but here are the list of steps I followed to successfully reproduce it as Superuser
- Create an equipment model with ~ 20 available equipment Items
- Put that equipment model into your cart. Try to check out 10000 (or any other VERY large number of them).
- At checkout page, fill in text for explanation. and press checkout. You will be redirected to catalog as expected.
- Repeat steps 2-3 a couple of times with decreasing numbers of items Ex. 10000 --> 1000 --> 500 --> 100
(not sure how many times is necessary, but my suspicion is that this part is essential to "filling up" the cookies) Also not sure if changing quantities on the catalog page is sufficient, or if its necessary to change quantities on the checkout page. - Try to check out 20 of the item.
- The reservation will successfully be created, but you will be redirected to a CookieOverflow error.
Activity