From: Tomas M. <to...@us...> - 2011-01-21 19:14:08
|
Update of /cvsroot/unitime/UniTime/WebContent/help In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14308/WebContent/help Modified Files: Release-Notes.xml Log Message: added recent changes (tomcat 7 compatibility issues) Index: Release-Notes.xml =================================================================== RCS file: /cvsroot/unitime/UniTime/WebContent/help/Release-Notes.xml,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** Release-Notes.xml 18 Jan 2011 23:12:19 -0000 1.85 --- Release-Notes.xml 21 Jan 2011 19:14:00 -0000 1.86 *************** *** 77,80 **** --- 77,95 ---- </item> </category> + <category> + <title>Apache Tomcat 7 Compatibility Issues</title> + <item> + <name>Query Log</name> + <description> + <line>Fixed the AbstractMethodError in QueryLogFilter (by changing the HttpServletRequestWrapper to be a Java Proxy)</line> + </description> + </item> + <item> + <name>Various Pages</name> + <description> + <line>Corrected syntax to meet the new Tomcat 7 validation</line> + </description> + </item> + </category> </release> |