Hotfix 78968
- Version
- This hotfix concerns SDL Tridion 2011 SP1.
- Problem description
- Ability to override Claim Store behavior for read-only claims. The Ambient Data Framework does now allow you to alter the behavior of the Claim Store. This specific scenario is about supporting SmartTarget profiles in which different values should override the default values in the Claim Store. This is done to simulate different visitors and their Claims.
- Hotfix description
-
An implementer can now define a custom
ClaimStoreProviderto control the behavior of the Claim Store in the Ambient Data Framework. You can configure aClaimStoreProviderby adding the following element in the<Configuration>element of thecd_ambient_conf.xmlfile, for example:<ClaimStoreProvider>com.tridion.ambientdata.claimstore.providers.DotNetClaimStoreProvider</ClaimStoreProvider> - Distributed files
-
cd_ambient_conf_sample.xml - Fixes included
- None
- Dependencies
- None