You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have recently upgraded my JIRA/Confluence datacenter instances to version 8.20.3 and 7.4.14 respectively.
After upgrading, HTTP responses on both have included the keep-alive header, which you can see here (you can check out my public site here: https://support.member.buzz):
https://www.screencast.com/t/iOlMc9Q1Lt
This header is technically not allowed in HTTP/2, as you can see here:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive
While most browsers ignore it, some versions of Safari (v13 and older) will not load the page if the header is present. You can see that in action here:
https://www.browserstack.com/screenshots/904c001da44e68c7d4b9e5aea2340562f25e2db1
Here are some additional points:
Is there any way of disabling the keep-alive header so that my site will work in Safari (and be HTTP compliant)?
p.s. it seems like if I set the maxKeepAliveRequests option in my server.xml file to 1 it will stop the keep-alive header from being sent - but will that break anything?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.