Posted 16 December 2019, 4:50 am EST
I find If we try to load report content with the report id which contains ‘%2f’, we get NOT FOUND response.
For Example of request url : ```
/api/reports/somedir%2Fsomereport.rdlx/content
is it because of the route parameter (for this case, report ID) is automatically escaped into the unexpected route ?
Please help me deal with this. Thank you.