Status/Resolution/Reason: To Fix//EnhancementRequired
Reporter/Name(from Bugbase): Aaron N. / ()
Created: 07/08/2019
Components: Language, Application Framework
Versions: 2018
Failure Type: Enhancement Request
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: / Platforms All
Vote Count: 0
Issue: SessionGetMetadata() returns 'startTime', but the same doesn't exist for Application or Request.
Steps to Reproduce:
<cfscript>
writeOutput(ApplicationGetMetadata().startTime & ' ' & SessionGetMetadata().startTime & ' ' & RequestGetMetadata().startTime)
</cfscript>
Actual Result: Throws errors
Expected Result: Timestamps displayed w/o errors
Note: Application'Get'Metadata() is currently 'Get'ApplicationMetadata(), but I digress (CF-3207841 | CF-3208541 | CF-3212477).
Adobe, _please_ name the new function RequestGetMetadata() (not GetRequestMetadata()) (!)
Attachments:
Comments: