Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Modify order of headers returned

Is it possible to modify the actual output stream so that one could modify headers, change order of headers sent?

I have an issue where a client in the field uses a mobile phone with a library that fails on reading in cookies on the latest version of jetty 7,8,9 because the Set-Cookie JSESSIONID header comes right after the request. In a prior version 7.0.2 the Expires header is the first returned before Set-Cookie.

I would like to move up to the latest version of Jetty which is used in an embedded server and modify the actual response being sent back. If you could point me in a direction that would be great.

thanks



Back to the top