-
Bug
-
Resolution: Obsolete
-
Medium
-
Severity 2 - Major
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
The Cache-Control settings for JIRA prevent the back button working on sites using HTTPS (like this one):
Cache-Control: no-cache, no-store, must-revalidate
The proper cache settings to use are the ones used by Confluence for the same purpose:
Cache-Control: no-cache, must-revalidate
See Chris Owen's blog post on this topic from 2007 for more information.
- is related to
-
JRASERVER-16021 Form data lost when using back button on HTTPS site
- Gathering Impact