Fisheye: Tag 1.4 refers to a dead (removed) revision in file `lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/CustomStrutsExceptionHandler.java'.
Fisheye: No comparison available. Pass `N' to diff?
Index: lams_tool_vote/web/403.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/403.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_vote/web/403.jsp 25 Jul 2006 05:26:57 -0000 1.1
@@ -0,0 +1,6 @@
+<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
+<%@ taglib uri="tags-lams" prefix="lams"%>
+<%@ taglib uri="tags-core" prefix="c" %>
+
+
+
\ No newline at end of file
Index: lams_tool_vote/web/404.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/404.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_vote/web/404.jsp 25 Jul 2006 05:26:57 -0000 1.1
@@ -0,0 +1,8 @@
+<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
+<%@ taglib uri="tags-lams" prefix="lams"%>
+<%@ taglib uri="tags-core" prefix="c" %>
+
+
+
+
+
Index: lams_tool_vote/web/error.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/error.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_tool_vote/web/error.jsp 25 Jul 2006 05:26:57 -0000 1.1
@@ -0,0 +1,63 @@
+<%@ page language="java" isErrorPage="true" pageEncoding="UTF-8" contentType="text/html;charset=utf-8"%>
+<%@ taglib uri="tags-lams" prefix="lams"%>
+<%@ taglib uri="tags-core" prefix="c"%>
+<%@ taglib uri="tags-fmt" prefix="fmt"%>
+
+
+
+
+<%-- Catch JSP Servlet Exception --%>
+<%
+if (exception != null) {
+%>
+
+ <%=exception.getMessage()%>
+
+
+ <%=exception.getClass().getName()%>
+
+<%
+ java.io.ByteArrayOutputStream bos = new java.io.ByteArrayOutputStream();
+ java.io.PrintStream os = new java.io.PrintStream(bos);
+ exception.printStackTrace(os);
+ String stack = new String(bos.toByteArray());
+%>
+
+ <%=stack%>
+
+<%
+} else if ((Exception) request.getAttribute("javax.servlet.error.exception") != null) {
+%>
+
+
+ <%=((Exception) request.getAttribute("javax.servlet.error.exception")).getMessage()%>
+
+
+ <%=((Exception) request.getAttribute("javax.servlet.error.exception")).getMessage()
+ .getClass().getName()%>
+
+<%
+ java.io.ByteArrayOutputStream bos = new java.io.ByteArrayOutputStream();
+ java.io.PrintStream os = new java.io.PrintStream(bos);
+ ((Exception) request.getAttribute("javax.servlet.error.exception")).printStackTrace(os);
+ String stack = new String(bos.toByteArray());
+%>
+
+ <%=stack%>
+
+<%
+}
+%>
+
+
+
\ No newline at end of file
Index: lams_tool_vote/web/login.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/login.jsp,v
diff -u -r1.2 -r1.3
--- lams_tool_vote/web/login.jsp 6 Jul 2006 04:33:37 -0000 1.2
+++ lams_tool_vote/web/login.jsp 25 Jul 2006 05:26:57 -0000 1.3
@@ -1,22 +1,12 @@
+<%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %>
+<%@ taglib uri="tags-lams" prefix="lams"%>
+<%@ taglib uri="tags-core" prefix="c" %>
+
+
-<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
-<%
-String path = request.getContextPath();
-String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
-%>
-
-
-
-
-
-
- System logon required
-
-
-
-
- You need login here.
-
-
-
Index: lams_tool_vote/web/WEB-INF/struts-config.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/struts-config.xml,v
diff -u -r1.21 -r1.22
--- lams_tool_vote/web/WEB-INF/struts-config.xml 14 Jul 2006 04:50:05 -0000 1.21
+++ lams_tool_vote/web/WEB-INF/struts-config.xml 25 Jul 2006 05:26:57 -0000 1.22
@@ -12,15 +12,15 @@
-
+
+
@@ -35,22 +35,6 @@
scope="session"
input="/index.jsp">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 403
- /403.html
-
-
-