From: Juergen H. <jho...@us...> - 2006-04-21 00:13:54
|
Update of /cvsroot/springframework/spring/src/org/springframework/web/servlet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19629/src/org/springframework/web/servlet Modified Files: Tag: mbranch-1-2 FrameworkServlet.java Log Message: backported fixes and enhancements from 2.0 M4 (HEAD) Index: FrameworkServlet.java =================================================================== RCS file: /cvsroot/springframework/spring/src/org/springframework/web/servlet/FrameworkServlet.java,v retrieving revision 1.32.4.2 retrieving revision 1.32.4.3 diff -C2 -d -r1.32.4.2 -r1.32.4.3 *** FrameworkServlet.java 2 Jan 2006 21:45:09 -0000 1.32.4.2 --- FrameworkServlet.java 21 Apr 2006 00:13:50 -0000 1.32.4.3 *************** *** 1,11 **** /* ! * Copyright 2002-2005 the original author or authors. ! * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ! * * http://www.apache.org/licenses/LICENSE-2.0 ! * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, --- 1,11 ---- /* ! * Copyright 2002-2006 the original author or authors. ! * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ! * * http://www.apache.org/licenses/LICENSE-2.0 ! * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, *************** *** 409,413 **** finally { if (failureCause != null) { ! logger.error("Could not complete request", failureCause); } else { --- 409,413 ---- finally { if (failureCause != null) { ! logger.debug("Could not complete request", failureCause); } else { |