hyper link issue in coldfusion 2023 PDF
Hi,
I am in the process migrating CF 2018 to CF 2023, one issue I notice is in 2018 the PDF created is same as the html regarding hyper link, for example, this html: <a href="/temp/getfile.cfm">
but with CF 2023, the PDF add the context path to the above link, so when user click the link in PDF, it actually go to:
http://myserver.com/myapp/temp/getfile.cfm
CF 2018: http://myserver.com/temp/getfile.cfm
Is it a way to configure CF 2023 not to add the context path "myapp" in PDF ?
this is using cfdocument tag.
Thanks.
