Coldfusion 2018 vs 11, Centos 6 vs 7, handling of symlinks
问题 I'm getting different outputs from getCurrentTemplatePath in CF2018 on Centos7 vs CF11 on Centos6 /path/to/folder contains a symlink v1 which points to /path/to/v1 With an apache website using DocumentRoot /path/to/folder , then visiting /v1 in a browser, the index.cfm dumps out expandPath('.') and getCurrentTemplatePath() in CF11 on Centos6, I get: expandPath: /path/to/v1 getCurrentTemplatePath: /path/to/v1/index.cfm in CF2018 on Centos7, I get: expandPath: /path/to/v1 getCurrentTemplatePath