Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpTransportPipe dump - improve logging on empty header values #627

Closed
s-lindenau opened this issue Aug 26, 2022 · 0 comments · Fixed by #634
Closed

HttpTransportPipe dump - improve logging on empty header values #627

s-lindenau opened this issue Aug 26, 2022 · 0 comments · Fixed by #634

Comments

@s-lindenau
Copy link

The dump logging will print all headers, but if somehow there is a header (key) in there with an empty list of values, that empty list is printed. Would it not make more sense to also print the key in that case, so you know which headers are empty?

If i inject a fake header that meets this criteria via a debugger session, we can see in the logging that the key "Test" is missing:
jaxws-dump-headers

jaxws-dump-log

lukasj added a commit that referenced this issue Jan 10, 2023
lukasj added a commit to lukasj/metro-jax-ws that referenced this issue Feb 2, 2023
…header values

Signed-off-by: Lukas Jungmann <[email protected]>
(cherry picked from commit 76b7c54)
lukasj added a commit to lukasj/metro-jax-ws that referenced this issue Feb 2, 2023
…header values

Signed-off-by: Lukas Jungmann <[email protected]>
(cherry picked from commit 76b7c54)
lukasj added a commit that referenced this issue Feb 2, 2023
Signed-off-by: Lukas Jungmann <[email protected]>
(cherry picked from commit 76b7c54)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant