displaying top 100 results
Comment on Implicit get accessor fails under heavy load by John V. 
        
      Tracker Comment Comment on encodeFor attribute for cfoutput, writeOutput by S V.
        2612744 CF-3434473 S V. Hi John,
Yes, all the occurrences of #url.id# will be encoded using encodeForHTML function. 
#url.name#
Go to whatever.cfm?id=#url.id#
equivalent code is 
#EncodeForHTML(url.name)#
Go to whatever.cfm?id=#EncodeForHTML(url.id)#
Thanks,
Pavan. 
        
      : "coldfusion.runtime.UndefinedVariableException: Variable MYRETURNVAR is undefined. " (Here, MYRETURNVAR is the variable to which the function's return value is assigned). 
Expected Result: No error, and MYRETURNVAR displayed as the string "Doe, John"  
Any Workarounds 
        
      Tracker Issue CGI.ALL_HTTP variable does not exist (IIS, all versions)
        _SM_SDOMAIN = .domain.com 
HTTP_SM_SERVERIDENTITYSPEC = 
HTTP_SM_SERVERSESSIONID = UCbcXDhSh+FRXzV/J/0gXyN4oAI= 
HTTP_SM_TIMETOEXPIRE = 36367 
HTTP_SM_TRANSACTIONID = f3c86f86-0fac-506ca774-17d8-01ad1ae8 
HTTP_SM_USER = juser 
HTTP_SM_USERDN = CN=User\, John,OU=Employees,OU=HQ,DC=corp,DC=domain,DC=com 
Any Workarounds 
        
      Tracker Issue Base64 Strings Mishandled During Serialization
        2609521 CF-3837347 Language : Serialization John Nelson Base64 Strings Mishandled During Serialization Duplicate ID:	CF-3941059
Problem Description: When encoding binary data (in this case an image) as Base64 and adding it to a struct which is then serialized into JSON (I have not tested XML