Skip to content

[security] missing exception wrapper #13265

Closed
@jaytaph

Description

@jaytaph

The handleLogoutException states:

    Logout exception occurred; wrapping with AccessDeniedHttpException

however, there is never any wrapping done. It seems that either the log message is wrong, or the method is missing the actual wrapping, which would be something like:

  throw new AccessDeniedHttpException('Logout exception occurred', $exception);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions