Publication: DSPACE - prevent caching
dc.contributor.advisor | Balnaves, Edmund | |
dc.date.accessioned | 2017-03-29T03:52:31Z | |
dc.date.available | 2017-03-29T03:52:31Z | |
dc.date.issued | 2017 | |
dc.description | The following pages particularly can benefit from no caching <br /> tools/edit-item-form.jsp<br /> mydspace/home.jsp<br /> display-item.jsp<br /> <br /> Add the following to the imports for the jsp page<br /> <br /> <%@page import="javax.servlet.http.HttpServletResponse" %><br /> <br /> <br /> Add the following to the very start of the mainline jsp code (after the declarations)<br /> <br /> HttpServletResponse httpResponse = (HttpServletResponse) response; httpResponse.setHeader("Cache-Control", "no-cache, no-store, must-revalidate"); // HTTP 1.1<br /> httpResponse.setHeader("Pragma", "no-cache"); // HTTP 1.0<br /> httpResponse.setDateHeader("Expires", 0); // Proxies.<br /> | en_US |
dc.format | Text | en_US |
dc.identifier.collectionname | DSpace documentation | en |
dc.identifier.uri | http:/docs.prosentient.com.au/prosentientjspui/handle/703/2902 | |
dc.subject.keywords | DSpace | en_US |
dc.title | DSPACE - prevent caching | en_US |
dc.type | FAQ | en_US |
dspace.entity.type | Publication |
Files
License bundle
1 - 1 of 1
No Thumbnail Available
- Name:
- license.txt
- Size:
- 1.71 KB
- Format:
- Item-specific license agreed upon to submission
- Description: