Won't Fix
Details
Assignee
Michael OffnerMichael OffnerReporter
Matthias RagerMatthias RagerPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Matthias Rager
Matthias RagerPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 9 July 2015 at 15:24
Updated 19 December 2016 at 12:56
Resolved 19 December 2016 at 12:56
Apache:
Alias /bar "/var/www/html/foo"
Tomcat server.xml:
<Context path="/bar" docBase="/var/www/html/foo" />
Lucee Mapping:
/bar /var/www/html/foo/bar/
Script-URL:
http://localhost/bar/expandpath_test.cfm
Script-Code:
<cfdump var="#expandPath('/bar')#">
Result:
/var/www/html/foo/
EXPECTED Result (like Railo):
/var/www/html/foo/bar