Date in the HTTP Response
-
Hi,
We did a fresh installation with the new version of Mango on our server and since then, we don't have the date in our HTTP Responses headers.
Our devices use this date to sync their RTCC, so it’s quite important for us.It's "normal" because Jetty filters it by default, I then want to add "<Set name="sendDateHeader">true</Set>" to my Jetty configuration but I don't find the jetty.xml.
So my question is : where can I configure this in the mango application/setup?
Many thanks in advance!
-
satblip,
We do not use a jetty.xml file and have only exposed the configuration options that are found in the env.properties file.
It would be possible to write a custom Module that could add headers to all HTTP responses, otherwise this would require a change to the core code and could be included in a future release.
Terry