Ehcache Ordered structure retrieving from cache issue

Description

Looks like one more serialize issue, similar to https://luceeserver.atlassian.net/browse/LDEV-4429

pageStructOrdered = StructNew('ordered');     pageStructOrdered['2'] = '2';     pageStructOrdered['1'] = '1';     writeDump(pageStructOrdered);     cachePut('orderedStruct', pageStructOrdered);     cachedOrderedStruct = cacheGet('orderedStruct');     writeDump(cachedOrderedStruct);     abort;

 

Result:

Environment

None

Attachments

4
  • 25 May 2023, 11:28 am
  • 25 May 2023, 11:28 am
  • 25 May 2023, 11:28 am
  • 25 May 2023, 11:24 am

Activity

Show:

Pothys - MitrahSoft 26 May 2023 at 07:28

I checked this issue and confirmed that the issue occurred with the code mentioned above in lucee version 6.0.0.402-SNAPSHOT & EHCache Extension version 2.10.9.2-SNAPSHOT. When I stores an ordered structure in the Ehcache via cacheput() and Gets a structure from cacheGet(), which does not return an ordered structure

Details

Assignee

Reporter

Priority

Labels

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Created 25 May 2023 at 11:28
Updated 26 May 2023 at 07:29

Flag notifications