Commit 258e102
Stop passing the request into shortcode-resolving controllers (#15)
Do not try to pass the current `Request` object to controller methods performing the shortcode resolution:
* For ESI-based subrequests, this does not work.
* For `inline` subrequests, it is not necessary since the appropriate `Request` instance can be obtained directly from the `RequestStack`.
(webfactory Case 134296)
Co-authored-by: Malte Wunsch <mw@webfactory.de>
Co-authored-by: Fabian Schmick <fs@webfactory.de>1 parent 51006a5 commit 258e102
2 files changed
+9
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | | - | |
13 | | - | |
| 16 | + | |
14 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
85 | 73 | | |
86 | 74 | | |
0 commit comments