Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Harry Klein / Harry Klein (Harry Klein)
Created: 02/09/2009
Components: Language, CF Component
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
Im am using a CFC called pagegenerator. This CFC is in application scope.
In this CFC is use a struct called variables.stContens.
This struct contains several keys (about 15) - all keys are strings or numbers.
If I use StructCopy like in this line
<cfset stOutputData.core = StructCopy(variables.stContens)>
I am gettings strange results. Some keys in stOutputData.core are not strings anymore, but arrays?
If I use Duplicate
<cfset stOutputData.core = Duplicate(variables.stContens)>
everything is o.k. - my keys are not modified.
Method:
see summary. Easy to reproduce locally in our CMS - we could show you the problem in a screensharing sesion.
Result:
No error message - but struct containing invalid keys
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037488
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Harry Klein
External Customer Email: 10050DCB445F83AF9920157F
External Test Config: 02/09/2009
Attachments:
Comments: