Skip to content

Commit 2cac1fe

Browse files
committed
docs(cors): clarify CORS filter behavior, expand documentation, and relocate Big Data guide #12151 #12161
1 parent 1eab9a2 commit 2cac1fe

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

doc/release-notes/cors-filter-fix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## CORS Filter Fix
22

3-
Fixed an inconsistency where the `CorsFilter` was not always being invoked when accessing `/api/...` endpoints, preventing these endpoints from being used from webapps even when CORS was properly configured.
3+
Fixed an inconsistency where the `CorsFilter` was not always being invoked when accessing `/api/...` endpoints, preventing these endpoints from being used from webapps even when CORS was properly configured. See #12151.
4+
5+
In addition, the documentation around the Dataverse features regarding CORS has been extended and improved. The "Big Data" page has been moved from the development section to the installation section of the guides. See #12161.
46

57
## Updates for Documentation Writers
68

doc/sphinx-guides/source/installation/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3823,10 +3823,10 @@ dataverse.cors.origin
38233823

38243824
Allowed origins for CORS requests. See also :ref:`dataverse.cors`.
38253825

3826-
Default: ``*`` (allow all)
3826+
Default: *not configured*
38273827

38283828
.. warning:: | If this setting is not explicitly configured, no CORS headers at all are added to responses.
3829-
| The default policy (see all CORS related settings) is still being enforced!
3829+
| The default policy (see all CORS related settings) is still being enforced!
38303830
38313831
.. list-table::
38323832
:align: left

0 commit comments

Comments
 (0)