You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2022/10/26 13:09:58 UTC

[directory-scimple] 01/01: Merge pull request #168 from apache/repo-501-not-found

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit bfedfdbd3b11b58b39134e0b1481e0dbaff41318
Merge: 52ccd60f b0e2bdd6
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Oct 26 15:09:52 2022 +0200

    Merge pull request #168 from apache/repo-501-not-found
    
    Return a 501 (not implemented) status code when a Repository is not found

 .../scim/server/exception/ScimExceptionMapper.java       |  4 +---
 .../scim/server/rest/BaseResourceTypeResourceImpl.java   |  2 +-
 .../server/rest/BaseResourceTypeResourceImplTest.java    | 16 ++++++++++++++++
 .../directory/scim/protocol/exception/ScimException.java |  4 ++--
 4 files changed, 20 insertions(+), 6 deletions(-)