Commit 698c773
[HttpKernel] Fix regression when a locale aware service is never initialized
1 parent 38bc4c0 commit 698c773Copy full SHA for 698c773
2 files changed
+65-1Lines changed: 65 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component/HttpKernel
- EventListener
- Tests/EventListener
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| ||
44 | 45 | |
45 | 46 | |
46 | 47 | |
47 | | - |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
48 | 52 | |
49 | 53 | |
50 | 54 | |
| ||
86 | 90 | |
87 | 91 | |
88 | 92 | |
| 93 | + |
| 94 | + |
89 | 95 | |
90 | 96 | |
91 | 97 | |
Collapse file
src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleAwareListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleAwareListenerTest.php+58Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
148 | 148 | |
149 | 149 | |
150 | 150 | |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
151 | 209 | |
152 | 210 | |
153 | 211 | |
|
0 commit comments