You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2002/09/11 17:21:57 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/url ContextURLFactory.java

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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org