sylvain 2002/09/11 08:21:57 Modified: src/java/org/apache/cocoon/components/url Tag: cocoon_2_0_3_branch ContextURLFactory.java Log: Log an info instead of an error : applications may test for the existence. Revision Changes Path No revision No revision 1.3.2.1 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/url/ContextURLFactory.java Index: ContextURLFactory.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/url/ContextURLFactory.java,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- ContextURLFactory.java 22 Feb 2002 07:00:14 -0000 1.3 +++ ContextURLFactory.java 11 Sep 2002 15:21:57 -0000 1.3.2.1 @@ -94,7 +94,7 @@ if (u != null) return u; else { - getLogger().error(location + " could not be found. (possible context problem)"); + getLogger().info(location + " could not be found. (possible context problem)"); throw new RuntimeException(location + " could not be found. (possible context problem)"); } }
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]