Skip to content

Commit

Permalink
update custom interceptors to be compatible with jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
doggerz committed Apr 29, 2024
1 parent c83b079 commit 2d585f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public boolean incomingRequestPostProcessed(
RequestDetails theRequestDetails, HttpServletRequest theRequest, HttpServletResponse theResponse)
throws AuthenticationException {


String authHeader = theRequest.getHeader("Authorization");

// The format of the header must be:
Expand Down

0 comments on commit 2d585f0

Please sign in to comment.