Status/Resolution/Reason: Closed/Withdrawn/AsDesigned
Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)
Created: 06/17/2014
Components: Language
Versions: 10.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: Final / 2018,0,0,304873
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win All
Vote Count: 6
Problem Description:
isNull(URL.foo) works but isNull(URL["foo"]) doesn't.
URL.foo has not been defined.
Steps to Reproduce:
{code:java}
<cfset isNull(URL.foo)>
<cfset isNull(URL["foo"])>
{code}
Actual Result:
exception on 2nd line
Expected Result:
works fine just as expected
Any Workarounds:
use structKeyExists() or isDefined()
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3777274
External Customer Info:
External Company:
External Customer Name: henrylearn2rock
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: