Overview
There is an issue where using the search bar to search for publisher posts will return a 403 for the thumbnails if the thumbnail URL contains the percent (%) symbol for Azure assets.
Prerequisites
- Evoq Content/Engage 9.3.0.
- Thumbnail must be an Azure Asset.
Diagnosis
This is a known bug with the code in the Evoq Content/Engage 9.3.0 version. This is due to the URL being encoded. If the signature query string originally contained a percent (%) symbol, the URL is encoded as '%25' which ends up breaking the signature for the Azure asset in an azure storage folder and returns a 403 exception.
To reproduce this issue, you must:
- Go to the page where your Publisher module has been deployed.
- Search for a post where you've used an Azure asset as a thumbnail.
- The post should return a 403.
Solution
The solution is to upgrade your environment to Evoq 9.4.
- You can download the upgrade packages and view the steps to upgrade your environment.
Testing
To confirm the resolution of this issue:
- You should be able to search for posts in the publisher module and view the returned posts with functional thumbnails without any errors being generated by following the steps in the Diagnosis section.
Comments
0 comments
Please sign in to leave a comment.