Hello,
By default, Jetty endpoints do not return an HTTP Date header in response
messages. Does anyone know what configuration change to make so that Date
headers are automatically returned? My endpoints are deployed in ServiceMix
5.x and configured like this:
<camelContext xmlns="http://camel.apache.org/schema/blueprint";>
      <route>
        <from uri="jetty:http://0.0.0.0:8183/app"/>
...

I tried adding the line shown below to the ServiceMix etc/jetty.xml file but
it doesn't make a difference.
<Set name="sendDateHeader">true</Set>

Thanks,
Scott



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/HTTP-Date-headers-for-Jetty-endpoints-tp5718803.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to