org.symbian.tools.wrttools.debug.core/http-content/wrtdebugger/connectionTest.jsp
changeset 2 e4420d2515f1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.debug.core/http-content/wrtdebugger/connectionTest.jsp	Wed Dec 23 17:13:18 2009 -0800
@@ -0,0 +1,9 @@
+<%@ page import="org.symbian.tools.wrttools.debug.internal.web.WebAppInterface, javax.servlet.http.HttpServletResponse" %>
+<%
+	String widget = WebAppInterface.decode(request.getParameter("widget"));
+	String id = request.getParameter("session");
+	
+	if (WebAppInterface.isConnected(widget, id)) {
+		response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);
+	}
+%>
\ No newline at end of file