Skip to content

Commit 9441cf1

Browse files
committed
Merge remote-tracking branch 'upstream/dabutvin/patch-1' into dev
2 parents 4ba283e + fab8472 commit 9441cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevTrends.MvcDonutCaching/DonutOutputCacheAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public DonutOutputCacheAttribute(IKeyBuilder keyBuilder) :
3535
this(
3636
new KeyGenerator(keyBuilder),
3737
new OutputCacheManager(OutputCache.Instance, keyBuilder),
38-
new DonutHoleFiller(new EncryptingActionSettingsSerialiser(new ActionSettingsSerialiser(), new Encryptor())),
38+
new DonutHoleFiller(HtmlHelperExtensions.Serialiser),
3939
new CacheSettingsManager(),
4040
new CacheHeadersHelper()
4141
)

0 commit comments

Comments
 (0)