File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
15
2.10.1
5
16
------
6
17
@@ -22,9 +33,9 @@ Changelog
22
33
23
34
### Fixed
24
35
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.
28
39
This version hopefully fixes both cases. Existing flash messages in a request
29
40
cookie are merged with new flash messages from the session.
30
41
You can’t perform that action at this time.
0 commit comments