sylvain     2002/09/11 08:22:23

  Modified:    src/java/org/apache/cocoon/components/url
                        ContextURLFactory.java
  Log:
  Log an info instead of an error : applications may test for the existence.
  
  Revision  Changes    Path
  1.7       +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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ContextURLFactory.java    31 Jul 2002 13:13:26 -0000      1.6
  +++ ContextURLFactory.java    11 Sep 2002 15:22:23 -0000      1.7
  @@ -97,7 +97,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 MalformedURLException(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]

Reply via email to