You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
metro-jax-ws/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/transport/http/client/HttpTransportPipe.java
Line 431 in 5c1c438
The
dump
logging will print all headers, but if somehow there is a header (key
) in there with an empty list ofvalues
, that empty list is printed. Would it not make more sense to also print thekey
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:The text was updated successfully, but these errors were encountered: