Commit ceeaa68
File tree
9 files changed
+18
-31
lines changedFilter options
- src/Symfony/Component/Security/Http
- Authentication
- Firewall
- Logout
- RememberMe
9 files changed
+18
-31
lines changedsrc/Symfony/Component/Security/Http/AccessMap.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/AccessMap.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 | 34 |
|
37 | 35 |
|
38 |
| - |
| 36 | + |
39 | 37 |
|
40 | 38 |
|
41 | 39 |
|
|
src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
88 |
| - |
89 | 87 |
|
90 |
| - |
| 88 | + |
91 | 89 |
|
92 | 90 |
|
93 | 91 |
|
|
src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
114 |
| - |
115 |
| - |
116 | 113 |
|
117 | 114 |
|
118 | 115 |
|
119 | 116 |
|
120 | 117 |
|
121 |
| - |
| 118 | + |
122 | 119 |
|
123 | 120 |
|
124 | 121 |
|
|
src/Symfony/Component/Security/Http/HttpUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/HttpUtils.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
| 83 | + |
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
| ||
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
154 |
| - |
| 154 | + |
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
|
src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php+5-9Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
| 80 | + |
85 | 81 |
|
86 | 82 |
|
87 | 83 |
|
| ||
94 | 90 |
|
95 | 91 |
|
96 | 92 |
|
97 |
| - |
| 93 | + |
98 | 94 |
|
99 | 95 |
|
100 | 96 |
|
| ||
134 | 130 |
|
135 | 131 |
|
136 | 132 |
|
137 |
| - |
| 133 | + |
138 | 134 |
|
139 | 135 |
|
140 | 136 |
|
|
src/Symfony/Component/Security/Http/ParameterBagUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/ParameterBagUtils.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
|
src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
238 |
| - |
239 |
| - |
240 | 238 |
|
241 | 239 |
|
242 |
| - |
| 240 | + |
243 | 241 |
|
244 | 242 |
|
245 | 243 |
|
|
src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
|
0 commit comments