Skip to content

Commit

Permalink
Merge pull request #17 from pagopa/PAGOPA-1351-bug-authorizer
Browse files Browse the repository at this point in the history
[PAGOPA-1351] fix
  • Loading branch information
cap-ang authored Nov 23, 2023
2 parents 7923da2 + 72600f8 commit ef57c01
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public HttpResponse<String> addAuthConfigurationToAPIMAuthorizer(SubscriptionKey

} catch (URISyntaxException | IOException e) {
this.logger.log(Level.SEVERE, "An error occurred while trying to calling APIM's Authorizer API. The communication with APIM's API failed. ", e);
} catch (NullPointerException e) {
this.logger.log(Level.SEVERE, "An error occurred while trying to process domain subkey. ", e);
}
return response;
}
Expand Down

0 comments on commit ef57c01

Please sign in to comment.