File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.10.2
5+ ------
6+
7+ ### Fixed
8+
9+ * The fix about overwriting flash messages on multiple redirects introduced in
10+ version 2.9.1 created the risk of losing flash messages when redirecting to a
11+ path that is outside the firewall or destroys the session.
12+ This version hopefully fixes both cases. Existing flash messages in a request
13+ cookie are merged with new flash messages from the session.
14+
4152.10.1
516------
617
@@ -22,9 +33,9 @@ Changelog
2233
2334### Fixed
2435
25- * 2.9.1 fixed overwriting flash messages on multiple redirects, but introduced
26- a risk to lose flash messages when redirecting to a path that is outside the
27- firewall or destroys the session.
36+ * The fix about overwriting flash messages on multiple redirects introduced in
37+ version 2.9.1 created the risk of losing flash messages when redirecting to a
38+ path that is outside the firewall or destroys the session.
2839 This version hopefully fixes both cases. Existing flash messages in a request
2940 cookie are merged with new flash messages from the session.
3041
You can’t perform that action at this time.
0 commit comments