Matrix Version:5.5.3.3
We have Squiz Matrix with multiple system root urls and running multiple websites.
A URL is only applied to its own site.
When we publish a PDF file, the url resolves to:
https://website.url/__data/assets/pdf_file/0011/10505/docname.pdf
This is totally normal.
However, if we take the __data/assets/pdf_file/0011/10505/docname.pdf part of the url and append it to one of our other website names, e.g.
https://otherwebsite.url/__data/assets/pdf_file/0011/10505/docname.pdf
Then the file will display, even though the otherwebsite URL is not applied to the asset.
This is causing us problems with a custom google search engine, because it is showing files from a completely separate website in the search results.
Can anyone replicate this or has experienced it?