Publication:
DSPACE - prevent caching

dc.contributor.advisorBalnaves, Edmund
dc.date.accessioned2017-03-29T03:52:31Z
dc.date.available2017-03-29T03:52:31Z
dc.date.issued2017
dc.descriptionThe 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.formatTexten_US
dc.identifier.collectionnameDSpace documentationen
dc.identifier.urihttp:/docs.prosentient.com.au/prosentientjspui/handle/703/2902
dc.subject.keywordsDSpaceen_US
dc.titleDSPACE - prevent cachingen_US
dc.typeFAQen_US
dspace.entity.typePublication

Files

License bundle

Now showing 1 - 1 of 1
No Thumbnail Available
Name:
license.txt
Size:
1.71 KB
Format:
Item-specific license agreed upon to submission
Description: