Log Request Mismatch Only When Mismatches

Signed-off-by: Joaquin Santana <joaquinjsb@outlook.com>
This commit is contained in:
Joaquin Santana 2025-05-16 11:43:29 +02:00 committed by Josh Cummings
parent 4048b2bd7d
commit c0568ea9b0

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -75,6 +75,7 @@ public final class ClearSiteDataHeaderWriter implements HeaderWriter {
if (!response.containsHeader(CLEAR_SITE_DATA_HEADER)) {
response.setHeader(CLEAR_SITE_DATA_HEADER, this.headerValue);
}
return;
}
this.logger.debug(
LogMessage.format("Not injecting Clear-Site-Data header since it did not match the requestMatcher %s",