search : john v.

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

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
_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
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