Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty and Apache Reverse Proxy (session problem)

Hi Greg,


thank you for your response.


The reason for my problem was that apache wasn't setting the forward header. I'm not familiar with HTTP Headers so I ignored the section in the help text:

"If the values of these headers are meaningful to your web application ...". At the time of reading it wasn't meaningful for me :-) ... but that was the solution for my problem.


After adding


<Set name="forwarded">true</Set>


to the jetty.xml everything works as expected.


Kind regards,

Stefan



Back to the top