Hi, I have a jax-rs server configured up and running in a blueprint container. All good except a couple of minor tweaks left.
When I test the service, the HTTP headers "Date" appears twice. For instance: HTTP/1.1 401 Unauthorized Date: Mon, 18 Jul 2016 02:50:09 GMT Date: Mon, 18 Jul 2016 02:50:09 GMT Content-Length: 0 Server: Jetty(9.2.15.v20160210) Another is although I've set "sendServerVersion="false", it still returns the "Server" header. Any ideas what I've missed? Appreciate your response. Regards, Allan C.