You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: set everything in the before filter for CORS
* fix append vary header
* cors: apply response headers in the after filter only if they are not already set
* cs fix
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.6.1.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Bugs Fixed
31
31
**********
32
32
33
33
- **CURLRequest:** Fixed an issue where multiple header sections appeared in the CURL response body during multiple redirects from the target server.
34
+
- **Cors:** Fixed a bug in the Cors filter that caused the appropriate headers to not be added when another filter returned a response object in the ``before`` filter.
0 commit comments