---
title: PingAuthorize 9.2.0.5 (March 2024)
description: Fixed PAZ-8473
component: pingauthorize
version: 9.3
page_id: pingauthorize:release_notes:paz_rn_9205
canonical_url: https://docs.pingidentity.com/pingauthorize/9.3/release_notes/paz_rn_9205.html
revdate: March 5, 2024
section_ids:
  fixed-scim-case-sensitivity-error: Fixed SCIM case-sensitivity error
  fixed-a-nullpointerexception-caused-by-an-unconfigured-alert-handler: Fixed a NullPointerException caused by an unconfigured alert handler
---

# PingAuthorize 9.2.0.5 (March 2024)

## Fixed SCIM case-sensitivity error

Fixed PAZ-8473

We fixed an issue where requests to create SCIM entries were not always observing the `case-exact=false` property, leading to incorrect case-sensitivity errors. Now, requests featuring this property will not be case-sensitive.

## Fixed a `NullPointerException` caused by an unconfigured alert handler

Fixed DS-47455

We fixed an issue where a `NullPointerException` was thrown when an alert or alarm was raised, and one or more of the alert handlers were not configured. This most commonly happened when the server was being stopped.

Now, instead of throwing a `NullPointerException`, the server logs this message: `Alert notification '<notification>' will not be processed by alert handler '<alert handler>' since that alert handler does not have configuration`.
