[mapguide-commits] r4657 - in sandbox/rfc71: . mapviewerjava

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Mar 11 05:30:46 EST 2010


Author: jng
Date: 2010-03-11 05:30:42 -0500 (Thu, 11 Mar 2010)
New Revision: 4657

Modified:
   sandbox/rfc71/
   sandbox/rfc71/mapviewerjava/ajaxviewer.jsp
   sandbox/rfc71/mapviewerjava/ajaxviewerabout.jsp
   sandbox/rfc71/mapviewerjava/buffer.jsp
   sandbox/rfc71/mapviewerjava/bufferui.jsp
   sandbox/rfc71/mapviewerjava/colorpicker.jsp
   sandbox/rfc71/mapviewerjava/common.jsp
   sandbox/rfc71/mapviewerjava/formframe.jsp
   sandbox/rfc71/mapviewerjava/gettingstarted.jsp
   sandbox/rfc71/mapviewerjava/init.jsp
   sandbox/rfc71/mapviewerjava/legend.jsp
   sandbox/rfc71/mapviewerjava/legendctrl.jsp
   sandbox/rfc71/mapviewerjava/legendui.jsp
   sandbox/rfc71/mapviewerjava/mainframe.jsp
   sandbox/rfc71/mapviewerjava/mapframe.jsp
   sandbox/rfc71/mapviewerjava/measure.jsp
   sandbox/rfc71/mapviewerjava/measureui.jsp
   sandbox/rfc71/mapviewerjava/printablepage.jsp
   sandbox/rfc71/mapviewerjava/printablepageui.jsp
   sandbox/rfc71/mapviewerjava/propertyctrl.jsp
   sandbox/rfc71/mapviewerjava/search.jsp
   sandbox/rfc71/mapviewerjava/searchprompt.jsp
   sandbox/rfc71/mapviewerjava/selectwithin.jsp
   sandbox/rfc71/mapviewerjava/selectwithinui.jsp
   sandbox/rfc71/mapviewerjava/serveradminhelper.jsp
   sandbox/rfc71/mapviewerjava/setselection.jsp
   sandbox/rfc71/mapviewerjava/statusbar.jsp
   sandbox/rfc71/mapviewerjava/taskbar.jsp
   sandbox/rfc71/mapviewerjava/taskframe.jsp
   sandbox/rfc71/mapviewerjava/tasklist.jsp
   sandbox/rfc71/mapviewerjava/taskpane.jsp
   sandbox/rfc71/mapviewerjava/viewoptions.jsp
Log:
Port r4644 to sandbox


Property changes on: sandbox/rfc71
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/MgDev/Web/src:4628-4631
   + /trunk/MgDev/Web/src:4628-4631,4644

Modified: sandbox/rfc71/mapviewerjava/ajaxviewer.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/ajaxviewer.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/ajaxviewer.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -21,6 +21,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="mainframe.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%
 response.setContentType("text/html; charset=UTF-8");

Modified: sandbox/rfc71/mapviewerjava/ajaxviewerabout.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/ajaxviewerabout.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/ajaxviewerabout.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -23,6 +23,7 @@
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
 <%@ include file="product.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String sessionId;

Modified: sandbox/rfc71/mapviewerjava/buffer.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/buffer.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/buffer.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String mapName;

Modified: sandbox/rfc71/mapviewerjava/bufferui.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/bufferui.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/bufferui.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String mapName;

Modified: sandbox/rfc71/mapviewerjava/colorpicker.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/colorpicker.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/colorpicker.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
     String clr;

Modified: sandbox/rfc71/mapviewerjava/common.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/common.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/common.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -21,6 +21,7 @@
 <%@ page import="java.net.*" %>
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 void InitializeWebTier() throws MgException

Modified: sandbox/rfc71/mapviewerjava/formframe.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/formframe.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/formframe.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%
 response.setContentType("text/html; charset=UTF-8");

Modified: sandbox/rfc71/mapviewerjava/gettingstarted.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/gettingstarted.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/gettingstarted.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -17,6 +17,7 @@
 <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
 <%@ page import="org.osgeo.mapguide.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String cmdListPage = "WS1a9193826455f5ff9110c71085341391d-2e28.htm";

Modified: sandbox/rfc71/mapviewerjava/init.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/init.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/init.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -14,6 +14,8 @@
   -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 --%>
 
+<%@ page isThreadSafe="false" %>
+
 <%!
 
 public void jspInit()

Modified: sandbox/rfc71/mapviewerjava/legend.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/legend.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/legend.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -24,6 +24,7 @@
 <%@ page import="javax.xml.parsers.*" %>
 <%@ page import="org.w3c.dom.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 

Modified: sandbox/rfc71/mapviewerjava/legendctrl.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/legendctrl.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/legendctrl.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String mapName = "";

Modified: sandbox/rfc71/mapviewerjava/legendui.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/legendui.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/legendui.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String locale;

Modified: sandbox/rfc71/mapviewerjava/mainframe.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/mainframe.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/mainframe.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -24,6 +24,7 @@
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
 <%@ include file="product.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 

Modified: sandbox/rfc71/mapviewerjava/mapframe.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/mapframe.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/mapframe.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String mapDefinition;

Modified: sandbox/rfc71/mapviewerjava/measure.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/measure.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/measure.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String locale;

Modified: sandbox/rfc71/mapviewerjava/measureui.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/measureui.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/measureui.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 int target = 0;

Modified: sandbox/rfc71/mapviewerjava/printablepage.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/printablepage.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/printablepage.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String mapName;

Modified: sandbox/rfc71/mapviewerjava/printablepageui.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/printablepageui.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/printablepageui.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 int popup;

Modified: sandbox/rfc71/mapviewerjava/propertyctrl.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/propertyctrl.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/propertyctrl.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String locale;

Modified: sandbox/rfc71/mapviewerjava/search.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/search.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/search.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 class SearchError extends Exception

Modified: sandbox/rfc71/mapviewerjava/searchprompt.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/searchprompt.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/searchprompt.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 int cmdIndex;

Modified: sandbox/rfc71/mapviewerjava/selectwithin.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/selectwithin.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/selectwithin.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String mapName = "";

Modified: sandbox/rfc71/mapviewerjava/selectwithinui.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/selectwithinui.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/selectwithinui.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 int popup = 0;

Modified: sandbox/rfc71/mapviewerjava/serveradminhelper.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/serveradminhelper.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/serveradminhelper.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%
 

Modified: sandbox/rfc71/mapviewerjava/setselection.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/setselection.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/setselection.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String mapName = "";

Modified: sandbox/rfc71/mapviewerjava/statusbar.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/statusbar.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/statusbar.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String locale;

Modified: sandbox/rfc71/mapviewerjava/taskbar.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/taskbar.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/taskbar.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String locale;

Modified: sandbox/rfc71/mapviewerjava/taskframe.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/taskframe.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/taskframe.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String taskPane = "";

Modified: sandbox/rfc71/mapviewerjava/tasklist.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/tasklist.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/tasklist.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 String locale;

Modified: sandbox/rfc71/mapviewerjava/taskpane.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/taskpane.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/taskpane.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%
 response.setContentType("text/html; charset=UTF-8");

Modified: sandbox/rfc71/mapviewerjava/viewoptions.jsp
===================================================================
--- sandbox/rfc71/mapviewerjava/viewoptions.jsp	2010-03-11 03:26:37 UTC (rev 4656)
+++ sandbox/rfc71/mapviewerjava/viewoptions.jsp	2010-03-11 10:30:42 UTC (rev 4657)
@@ -22,6 +22,7 @@
 <%@ page import="javax.servlet.jsp.*" %>
 <%@ page import="javax.servlet.http.*" %>
 <%@ include file="common.jsp" %>
+<%@ page isThreadSafe="false" %>
 
 <%!
 int target = 0;



More information about the mapguide-commits mailing list