Skip to content

Commit

Permalink
Item15222: ignore SFOSWIKISTRIKEONE
Browse files Browse the repository at this point in the history
... in page cache variation key
  • Loading branch information
MichaelDaum committed Oct 3, 2023
1 parent 9f6c1cc commit 1501fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/PageCache.pm
Expand Up @@ -153,7 +153,7 @@ sub genVariationKey {
# SMELL: add a setting to make exclusion of session variables configurable
next
if $key =~
m/^(_.*|VALIDATION|REMEMBER|FOSWIKISTRIKEONE.*|VALID_ACTIONS.*|BREADCRUMB_TRAIL|DGP_hash|release_lock)$/;
m/^(_.*|VALIDATION|REMEMBER|S?FOSWIKISTRIKEONE.*|VALID_ACTIONS.*|BREADCRUMB_TRAIL|DGP_hash|release_lock)$/;

#writeDebug("adding session key=$key");

Expand Down

0 comments on commit 1501fa6

Please sign in to comment.