Commit c20565f
[BUGFIX] Properly set multi cache tag headers on Windows
This patch prevents to rely on the wordwrap default break
parameter and explicitly uses the same linebreak ("\n")
values for explode and wordwrap.
This allows to properly send out the HTTP cache tag
headers split into multiple distinct values, so no
wrong CR/LF header values are sent.
Resolves: #106898
Releases: main, 13.4
Change-Id: I9ea22acfc6c12ab75bb42652e9c93d123beaa364
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/89947
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Stefan Bürk <stefan@buerk.tech>1 parent 6ffc905 commit c20565f
File tree
1 file changed
+1
-1
lines changed- typo3/sysext/core/Classes/Middleware
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments