Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 08/10/2012
Components: Caching
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final / 288676
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
You are allowed to put, and get, cache items with a comma in it. For example:
<cfset cachePut("foo,moo", 1)>
<cfdump var="#cacheGetAllIds()#">
<cfset v = cacheGet("foo,moo")>
<cfoutput>#v#</cfoutput>
But if you try to remove it, you can't, since cacheRemove takes a list of IDs. There needs to be a way for someone to remove a key they make, or, cachePut should throw an error if you use a key with a comma in it.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3308176
External Customer Info:
External Company:
External Customer Name: cfjedimaster
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: