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
and get null entries for all organisations that have a dot character in their _id.
However, if I pass an authorisation token with the request, then the bug is not reproducible. I then also get those organisations that contain a dot in their identifier. (All involved documents are published, so I wouldn’t expect a different behaviour.)
The text was updated successfully, but these errors were encountered:
The default, fixed access control rules give unauthenticated users read access to documents under the root path only, which means that it is not possible to make documents under a sub-path (i.e. containing a . in the ID) publicly available.
I believe I have found a bug with referencing documents that contain the dot character (
.
) in their identifier.Let’s say a have document
campaign
that includes the following field specification.I then query this with
and get
null
entries for all organisations that have a dot character in their_id
.However, if I pass an authorisation token with the request, then the bug is not reproducible. I then also get those organisations that contain a dot in their identifier. (All involved documents are published, so I wouldn’t expect a different behaviour.)
The text was updated successfully, but these errors were encountered: