Status/Resolution/Reason: To Fix//BugVerified
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()
Created: 08/06/2017
Components: Documentation
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: / Platforms All
Vote Count: 1
Issue: Some per-app settings are not read on each request (ex: THIS.javaSettings, THIS.ormSettings, etc).
Actual Result: The "Application variables" doc does not mention that. Thus, it is understandably assumed that all per-app settings are read on each request, since the pseudo-constructor is read on every request.
Expected Result: The "Application variables" doc should list which per-app settings are not read on each request. It should also mention how a re-read of each can be triggered (ex: applicationStop(), ormReload(), etc).
Related URL: https://helpx.adobe.com/coldfusion/cfml-reference/application-cfc-reference/application-variables.html
Attachments:
Comments: