We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d8011 commit c695350Copy full SHA for c695350
models/Component.cfc
@@ -1136,7 +1136,7 @@ component output="true" {
1136
// Extract the counter from the tag name
1137
local.counter = key.replaceNoCase( "assets", "" );
1138
// Create assets tag id based on hash of assets
1139
- local.assetsTagId = hash( value );
+ local.assetsTagId = hash( value, "MD5" );
1140
// Track the assets tag
1141
variables._assets[ local.assetsTagId ] = value;
1142
local.requestAssets = variables._CBWIREController.getRequestAssets();
0 commit comments