Problem/Motivation
On #3479312: Drupal log records have sensitive "code" query parameter for 404 error we fixed the sensitive information from leaking into the drupal log, however we are still throwing the exception with the unsanitized message: https://git.drupalcode.org/project/nfp365_crm_api/-/merge_requests/4/dif...
Proposed resolution
Throw the exception with the sanitized message instead.
Issue fork nfp365_crm_api-3492873
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
manuel garcia commentedComment #6
pavel.bulatThanks Manuel! Well done!