Commit be11681
File tree
14 files changed
+156
-17
lines changedFilter options
- src/Symfony/Component
- HttpFoundation
- Tests
- Security/Http
- Authentication
- Firewall
- RememberMe
- Tests/Authentication
14 files changed
+156
-17
lines changedsrc/Symfony/Component/HttpFoundation/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/CHANGELOG.md+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
4 | 10 |
|
5 | 11 |
|
6 | 12 |
|
|
src/Symfony/Component/HttpFoundation/ParameterBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/ParameterBag.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
| 82 | + |
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
| ||
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
91 | 97 |
|
92 | 98 |
|
93 | 99 |
|
|
src/Symfony/Component/HttpFoundation/Request.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
714 | 714 |
|
715 | 715 |
|
716 | 716 |
|
| 717 | + |
| 718 | + |
717 | 719 |
|
718 | 720 |
|
719 | 721 |
|
| ||
722 | 724 |
|
723 | 725 |
|
724 | 726 |
|
| 727 | + |
| 728 | + |
| 729 | + |
| 730 | + |
725 | 731 |
|
726 | 732 |
|
727 | 733 |
|
|
src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| 89 | + |
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
| ||
106 | 107 |
|
107 | 108 |
|
108 | 109 |
|
| 110 | + |
| 111 | + |
| 112 | + |
109 | 113 |
|
110 | 114 |
|
111 | 115 |
|
|
src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
82 | 83 |
|
83 | 84 |
|
84 | 85 |
|
85 |
| - |
| 86 | + |
86 | 87 |
|
87 | 88 |
|
88 | 89 |
|
|
src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
111 |
| - |
| 112 | + |
112 | 113 |
|
113 | 114 |
|
114 | 115 |
|
|
src/Symfony/Component/Security/Http/Firewall/LogoutListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/LogoutListener.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
101 |
| - |
| 102 | + |
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
|
src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| ||
101 | 102 |
|
102 | 103 |
|
103 | 104 |
|
104 |
| - |
| 105 | + |
105 | 106 |
|
106 | 107 |
|
107 | 108 |
|
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
111 | 112 |
|
112 |
| - |
113 |
| - |
| 113 | + |
| 114 | + |
114 | 115 |
|
115 |
| - |
116 |
| - |
| 116 | + |
| 117 | + |
117 | 118 |
|
118 | 119 |
|
119 | 120 |
|
|
src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
79 |
| - |
| 80 | + |
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
87 |
| - |
88 |
| - |
| 88 | + |
| 89 | + |
89 | 90 |
|
90 |
| - |
91 |
| - |
| 91 | + |
| 92 | + |
92 | 93 |
|
93 | 94 |
|
94 | 95 |
|
|
src/Symfony/Component/Security/Http/ParameterBagUtils.php
Copy file name to clipboard+83Lines changed: 83 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| ||
319 | 320 |
|
320 | 321 |
|
321 | 322 |
|
322 |
| - |
| 323 | + |
323 | 324 |
|
324 | 325 |
|
325 | 326 |
|
|
src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php+15-2Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
| 148 | + |
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
158 | 171 |
|
159 | 172 |
|
160 | 173 |
|
161 | 174 |
|
162 | 175 |
|
163 |
| - |
| 176 | + |
164 | 177 |
|
165 | 178 |
|
166 | 179 |
|
|
src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
71 | 85 |
|
72 | 86 |
|
73 | 87 |
|
|
src/Symfony/Component/Security/Http/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/composer.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
0 commit comments