Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Jamie Jackson
Jamie JacksonNew 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
Priority
Created 18 May 2016 at 17:09
Updated 9 April 2018 at 12:27
Given the following tree:
Requests for the following are (I think) inappropriately under the influence of
wwwroot/Application.cfc
.deployment_root/model/com/acme/Remote.cfc?method=helloWorld
deployment_root/model/com/acme/index.cfm
It's possible to sever the relationship by introducing an Application.cfc at, say, the
model/
, level, but I wouldn't think that would be necessary.This repo demonstrates the problem, which is shown in logging (
wwwroot/Application.cfc
'sonRequestStart()
is triggered).