Fix mdc cleanup, propagate level header, code clean up.

This commit is contained in:
Stephan Schnabel 2020-09-12 17:10:11 +02:00
parent 5a5fa8a408
commit 0a7a34cb34
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
10 changed files with 119 additions and 36 deletions

View file

@ -13,7 +13,7 @@ import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j;
/**
* Controller for testing {@link HeaderLoggingHttpFilter} and {@link PrincipalHttpFilter}.
* Controller for testing {@link HeaderLoggingServerHttpFilter} and {@link PrincipalHttpFilter}.
*
* @author Stephan Schnabel
*/