Skip to content

Commit 4b320c1

Browse files
committed
DMP-5198 GenerateCaseDocumentForRetentionDateAutomatedTask - Rethrow Interrupted Exception
REmoved temporary logging
1 parent 7160996 commit 4b320c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/uk/gov/hmcts/darts/common/config/security/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ Jwt getJwtFromRequest(HttpServletRequest request) {
207207
try {
208208
String authHeader = request.getHeader("Authorization");
209209
//TODO: Remove this log statement in production code, as it may expose sensitive information
210-
log.info("Authorization header: {}", authHeader);
211210
String token = authHeader.replace(TOKEN_BEARER_PREFIX, "").trim();
212211
String issuer = JWTParser.parse(token).getJWTClaimsSet().getIssuer();
213212

0 commit comments

Comments
 (0)