Commit 4166af2
committed
bug symfony#59347 [Security] Fix triggering session tracking from ContextListener (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
[Security] Fix triggering session tracking from ContextListener
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Looks like this was forgotten in symfony#36129
The added line in the test case makes the test fail without the patch.
Commits
-------
a00dc82 [Security] Fix triggering session tracking from ContextListenerFile tree
2 files changed
+5
-0
lines changed- src/Symfony/Component/Security/Http
- Firewall
- Tests/Firewall
2 files changed
+5
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
| |||
0 commit comments