Actions
Bug #6146
closedRudder stores too much or too big cookies, causing white page with HTTP status: 413: FULL head
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - UI & UX
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Rudder stores cookies for the datatables.
However, they may either be too large and/or too many and they may overflow the header size (see #4378)
In this case, the only good solution is to clear the cookies.
We should clearly avoid these issues, by lowering the number of cookies
Updated by Nicolas CHARLES almost 10 years ago
- Assignee changed from François ARMAND to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from New to In progress
Datatables advice to use browser localstorage instead of cookies ! And it seems easy to do : https://datatables.net/blog/2012-01-16
Just have to prefix the value stored with id pf the table Aaaaaaaaaaaaaaaaaaaaaaaand it's done
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/784
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 7c5a5de32148bbfeee2e9ffdf62f35438278efea.
Updated by François ARMAND almost 10 years ago
Applied in changeset de44f101e4c4211868b1b9f528403c7b51c6d637.
Updated by Vincent MEMBRÉ almost 10 years ago
- Target version changed from 2.10.9 to 2.10.10
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.10 and 2.11.7, which were these days.
- Announcement 2.10 2.11
- Changelog 2.10 2.11
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions