Skip to content

Commit d551985

Browse files
committed
Fix InvalidConfigurationException message after FriendsOfSymfony#486 change to TagCapable support in logout_handler
1 parent f34d771 commit d551985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function ($v) {
143143
return $v;
144144
}
145145

146-
throw new InvalidConfigurationException('To enable the user context logout handler, you need to configure a ban capable proxy_client.');
146+
throw new InvalidConfigurationException('To enable the user context logout handler, you need to configure a tag capable proxy_client (varnish, symfony or noop).');
147147
})
148148
->end()
149149
// Determine the default tags header for the varnish client, depending on whether we use BAN or xkey

0 commit comments

Comments
 (0)