Update of /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv5778/web/oscarEncounter
Modified Files:
TimeOut.jsp encounterPrint.jsp InsertTemplate2.jsp
InsertTemplate.jsp Index.jsp Index2.jsp formlist.jsp
encounterCPP.jsp echarthistoryprint.jsp
Log Message:
removed more duplicate cache-control settings
Index: formlist.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/formlist.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** formlist.jsp 15 Nov 2010 03:26:17 -0000 1.14
--- formlist.jsp 24 Nov 2010 04:30:22 -0000 1.15
***************
*** 12,17 ****
if(request.getParameter("limit1")!=null) strLimit1 = request.getParameter("limit1");
if(request.getParameter("limit2")!=null) strLimit2 = request.getParameter("limit2");
-
- response.setHeader("Cache-Control","no-cache");
%>
--- 12,15 ----
Index: echarthistoryprint.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/echarthistoryprint.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** echarthistoryprint.jsp 15 Nov 2010 03:26:17 -0000 1.7
--- echarthistoryprint.jsp 24 Nov 2010 04:30:22 -0000 1.8
***************
*** 36,40 ****
<link rel="stylesheet" type="text/css" href="encounterPrintStyles.css" />
<%
- response.setHeader("Cache-Control","no-cache");
//The oscarEncounter session manager, if the session bean is not in the context it looks for a session cookie with the appropriate name and value, if the required cookie is not available
//it dumps you out to an erros page.
--- 36,39 ----
Index: Index2.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/Index2.jsp,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** Index2.jsp 8 Nov 2010 22:40:46 -0000 1.57
--- Index2.jsp 24 Nov 2010 04:30:22 -0000 1.58
***************
*** 160,164 ****
<%
- response.setHeader("Cache-Control","no-cache");
//need these variables for the forms
oscar.util.UtilDateUtilities dateConvert = new oscar.util.UtilDateUtilities();
--- 160,163 ----
Index: encounterCPP.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/encounterCPP.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** encounterCPP.jsp 15 Nov 2010 03:26:17 -0000 1.9
--- encounterCPP.jsp 24 Nov 2010 04:30:22 -0000 1.10
***************
*** 44,48 ****
<%
- response.setHeader("Cache-Control","no-cache");
//The oscarEncounter session manager, if the session bean is not in the context it looks for a session cookie with the appropriate name and value, if the required cookie is not available
//it dumps you out to an erros page.
--- 44,47 ----
Index: encounterPrint.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/encounterPrint.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** encounterPrint.jsp 15 Nov 2010 03:26:17 -0000 1.12
--- encounterPrint.jsp 24 Nov 2010 04:30:21 -0000 1.13
***************
*** 39,43 ****
<link rel="stylesheet" type="text/css" href="encounterPrintStyles.css" />
<%
- response.setHeader("Cache-Control","no-cache");
//The oscarEncounter session manager, if the session bean is not in the context it looks for a session cookie with the appropriate name and value, if the required cookie is not available
//it dumps you out to an erros page.
--- 39,42 ----
Index: InsertTemplate.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/InsertTemplate.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** InsertTemplate.jsp 15 Nov 2010 03:26:17 -0000 1.7
--- InsertTemplate.jsp 24 Nov 2010 04:30:21 -0000 1.8
***************
*** 35,39 ****
<%
- response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy
--- 35,38 ----
Index: InsertTemplate2.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/InsertTemplate2.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** InsertTemplate2.jsp 15 Nov 2010 03:26:17 -0000 1.5
--- InsertTemplate2.jsp 24 Nov 2010 04:30:21 -0000 1.6
***************
*** 34,38 ****
<%
- response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy
--- 34,37 ----
Index: Index.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/Index.jsp,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** Index.jsp 27 Sep 2010 10:16:51 -0000 1.129
--- Index.jsp 24 Nov 2010 04:30:21 -0000 1.130
***************
*** 80,85 ****
%>
<%
-
- response.setHeader("Cache-Control","no-cache");
//The oscarEncounter session manager, if the session bean is not in the context it looks for a session cookie with the appropriate name and value, if the required cookie is not available
//it dumps you out to an erros page.
--- 80,83 ----
Index: TimeOut.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/oscarEncounter/TimeOut.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TimeOut.jsp 15 Nov 2010 03:26:17 -0000 1.7
--- TimeOut.jsp 24 Nov 2010 04:30:21 -0000 1.8
***************
*** 30,34 ****
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%
- response.setHeader("Cache-Control","no-cache");
oscar.oscarEncounter.pageUtil.EctSessionBean sessionbean = null;
if((sessionbean=(oscar.oscarEncounter.pageUtil.EctSessionBean)request.getSession().getAttribute("EctSessionBean"))==null) {
--- 30,33 ----
|