The swagger 2 GUI Response Headers view does not seem to display the received headers in the order they appear on thw wire, but instead in a random order.
I have a number of headers (added by jersey) of the form X-Jersey-Tracing-00x, these appear on the wire in sequence
curl -v gives me the headers in the correct order.
Is this a know bug ?