forked from WrenSecurity/wrenam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WrenSecurity#41] Fail Gracefully when Debug Provider Invalid
- Ensure that debug provider fallback is in place BEFORE trying to log any exceptions about failing to initialize the debug provider. - Upgrade `openam-shared` to JDK 8+ (see below). - Clean-up debug provider initialization. - Switch to multi-catch instead of repetitive `catch` blocks (JDK 7+). - Pull-in `forgerock-guava-base` to allow us to use `Strings.isNullOrEmpty()`. - Switch to `Optional` to support chaining `trim()` on provider names without an explicit `null` check (JDK 8+). Closes WrenSecurity#41.
- Loading branch information
Showing
2 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters