joerg       2003/09/27 05:59:51

  Modified:    src/java/org/apache/cocoon/environment/http
                        HttpEnvironment.java
  Log:
  typo
  
  Revision  Changes    Path
  1.12      +2 -2      
cocoon-2.1/src/java/org/apache/cocoon/environment/http/HttpEnvironment.java
  
  Index: HttpEnvironment.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/environment/http/HttpEnvironment.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HttpEnvironment.java      6 Jul 2003 20:37:48 -0000       1.11
  +++ HttpEnvironment.java      27 Sep 2003 12:59:51 -0000      1.12
  @@ -195,7 +195,7 @@
           // FIXME (VG): WebSphere 4.0/4.0.1 bug
           if (!newURL.startsWith("/") && newURL.indexOf(':') == -1 && 
redirect.indexOf(':') != -1) {
               if (getLogger().isDebugEnabled()) {
  -                getLogger().debug("Redirect: WebSpehere Bug Detected!");
  +                getLogger().debug("Redirect: WebSphere Bug Detected!");
               }
               String base = NetUtils.getPath(request.getRequestURI());
               if (base.startsWith("/")) {
  
  
  

Reply via email to