-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)Security
Description
Description
Via an issue in a third-party bundle I've seen that there's a security-related exception message that could be improved:
| throw new \InvalidArgumentException('Unable to find the current firewall LogoutListener, please provide the provider key manually.'); |
The exception message mentions which is the problem, but it's not very precise about the possible solution. A better exception message would mention the name of the firewall to configure and the exact config option name that should be added or updated.
Thanks!
Metadata
Metadata
Assignees
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)Security