Author: mattmann
Date: Tue Feb  8 04:23:13 2011
New Revision: 1068267

URL: http://svn.apache.org/viewvc?rev=1068267&view=rev
Log:
- fix for OODT-128 CAS workflow monitor webapp fails to load due to unparsable 
character in JSP file

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/webapp/workflow/src/main/webapp/inc/footer.jsp

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1068267&r1=1068266&r2=1068267&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Tue Feb  8 04:23:13 2011
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.3-SNAPSHOT (in progress)
 --------------------------------------------
 
+* OODT-128 CAS workflow monitor webapp fails to load due to unparsable 
+  character in JSP file (Rishi Verma via mattmann)
 
 Release 0.2 
 --------------------------------------------

Modified: oodt/trunk/webapp/workflow/src/main/webapp/inc/footer.jsp
URL: 
http://svn.apache.org/viewvc/oodt/trunk/webapp/workflow/src/main/webapp/inc/footer.jsp?rev=1068267&r1=1068266&r2=1068267&view=diff
==============================================================================
--- oodt/trunk/webapp/workflow/src/main/webapp/inc/footer.jsp (original)
+++ oodt/trunk/webapp/workflow/src/main/webapp/inc/footer.jsp Tue Feb  8 
04:23:13 2011
@@ -1,4 +1,5 @@
-<%--
+<!--
+
 Licensed to the Apache Software Foundation (ASF) under one or more contributor
 license agreements.  See the NOTICE.txt file distributed with this work for
 additional information regarding copyright ownership.  The ASF licenses this


Reply via email to