Status/Resolution/Reason: To Test//Fixed
Reporter/Name(from Bugbase): Michael T. / ()
Created: 07/15/2019
Components: Language, CF Component
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: ColdFusion 2018 Update 4 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win All
Vote Count: 2
The extends attribute path of the CFComponent seems to be caching on the server level the first request being made. Instead of just creating an error for the requested application, every application that uses dot notation extending the same path fails.
The error message returned is:
"The .test.componentC ColdFusion component or interface name, used to extend or implement the test.componentA component is invalid. Ensure that the file exists, that the name does not start or end with a period (.), and the name is not an empty string."
The issues occurs after installing CF2018 Update 4, seems to be related to the fix https://tracker.adobe.com/#/view/CF-4204108
Attachments:
Comments: