Status/Resolution/Reason: Closed/Withdrawn/AsDesigned
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 05/23/2015
Components: Language, CF Component
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
Adobe, here is the ticket as requested:
per-App mappings are unusable in Application.cfc's pseudo-constructor
repro:
Application.cfc
---------------
component {
THIS.name = "ticket_mapping";
THIS.mappings['/mymapping'] = "c:\foo";
writeOutput(expandPath('/mymapping'));
void function onRequest() {
writeOutput(expandPath('/mymapping'));
}
}
actual output: C:\path\to\site\mymappingC:\foo
expected output: C:\fooC:\foo
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3993718
External Customer Info:
External Company:
External Customer Name: Aaron
External Customer Email:
External Test Config: Verified on CF11 Update 5.
Attachments:
Comments: