glenn       2003/01/04 05:43:49

  Modified:    catalina/src/share/org/apache/catalina/servlets
                        ManagerServlet.java
  Log:
  Remove dead code
  
  Revision  Changes    Path
  1.29      +4 -6      
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/ManagerServlet.java
  
  Index: ManagerServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/ManagerServlet.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- ManagerServlet.java       18 Sep 2002 14:00:44 -0000      1.28
  +++ ManagerServlet.java       4 Jan 2003 13:43:49 -0000       1.29
  @@ -1103,7 +1103,6 @@
               // Identify the appBase of the owning Host of this Context (if any)
               String appBase = null;
               File appBaseDir = null;
  -            String appBasePath = null;
               if (context.getParent() instanceof Host) {
                   appBase = ((Host) context.getParent()).getAppBase();
                   appBaseDir = new File(appBase);
  @@ -1111,7 +1110,6 @@
                       appBaseDir = new File(System.getProperty("catalina.base"),
                                             appBase);
                   }
  -                appBasePath = appBaseDir.getCanonicalPath();
               }
   
               // Validate the docBase path of this application
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to