cvs commit: jakarta-tomcat/src/admin/WEB-INF/classes/tadm AntProperty.java AntServletLogger.java AntTEI.java AntTag.java AntTarget.java ContextAdmin.java GTestTEI.java GTestTag.java ModuleAdmin.java ModuleAdminTEI.java ThreadAdmin.java TomcatAdmin.java TomcatAdminTEI.java TomcatIterate.java TomcatIterateTEI.java

2004-02-22 Thread billbarker
billbarker2004/02/22 13:31:51

  Modified:src/admin/WEB-INF/classes/tadm AntProperty.java
AntServletLogger.java AntTEI.java AntTag.java
AntTarget.java ContextAdmin.java GTestTEI.java
GTestTag.java ModuleAdmin.java ModuleAdminTEI.java
ThreadAdmin.java TomcatAdmin.java
TomcatAdminTEI.java TomcatIterate.java
TomcatIterateTEI.java
  Log:
  Licencing under Apache Licence v2.0
  
  Revision  ChangesPath
  1.5   +16 -0 jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java
  
  Index: AntProperty.java
  ===
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AntProperty.java  29 Sep 2003 07:39:49 -  1.4
  +++ AntProperty.java  22 Feb 2004 21:31:50 -  1.5
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.ServletContext;
   import javax.servlet.http.HttpServletRequest;
  
  
  
  1.4   +16 -0 
jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntServletLogger.java
  
  Index: AntServletLogger.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntServletLogger.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AntServletLogger.java 29 Sep 2003 07:39:49 -  1.3
  +++ AntServletLogger.java 22 Feb 2004 21:31:51 -  1.4
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import java.io.IOException;
   import java.io.PrintStream;
  
  
  
  1.3   +16 -0 jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTEI.java
  
  Index: AntTEI.java
  ===
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTEI.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AntTEI.java   29 Sep 2003 07:39:49 -  1.2
  +++ AntTEI.java   22 Feb 2004 21:31:51 -  1.3
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
  +
   package tadm;
   import javax.servlet.jsp.tagext.TagData;
   import javax.servlet.jsp.tagext.TagExtraInfo;
  
  
  
  1.7   +16 -0 jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTag.java
  
  Index: AntTag.java
  ===
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntTag.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AntTag.java   29 Sep 2003 07:39:49 -  1.6
  +++ AntTag.java   22 Feb 2004 21:31:51 -  1.7
  @@ -1,3 +1,19 @@
  +/*
  + *  Copyright 2001-2004 The Apache Software Foundation
  + *
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may 

cvs commit: jakarta-tomcat/src/admin/WEB-INF/classes/tadm AntProperty.java

2001-07-19 Thread costin

costin  01/07/19 11:00:39

  Modified:src/admin/WEB-INF/classes/tadm AntProperty.java
  Log:
  More meaningful message.
  
  Revision  ChangesPath
  1.3   +4 -0  jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java
  
  Index: AntProperty.java
  ===
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AntProperty.java  2001/05/18 04:46:36 1.2
  +++ AntProperty.java  2001/07/19 18:00:38 1.3
  @@ -40,6 +40,10 @@
getServletContext();
ServletContext targetCtx=(webapp==null) ? thisCtx:
thisCtx.getContext( webapp );
  + ServletContext rootCtx= thisCtx.getContext(/);
  + if( webapp!=null  !/.equals( webapp) 
  + ! .equals(webapp )  rootCtx == targetCtx )
  + throw new JspException( Can't find context  + webapp );
value=targetCtx.getRealPath(location);
}
   
  
  
  



cvs commit: jakarta-tomcat/src/admin/WEB-INF/classes/tadm AntProperty.java

2001-05-17 Thread clucas

clucas  01/05/17 21:46:38

  Modified:src/admin/WEB-INF/classes/tadm AntProperty.java
  Log:
  minor change needed so that watchdog tests will run with tag pooling enabled
  
  Revision  ChangesPath
  1.2   +3 -0  jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java
  
  Index: AntProperty.java
  ===
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AntProperty.java  2001/01/29 06:46:18 1.1
  +++ AntProperty.java  2001/05/18 04:46:36 1.2
  @@ -56,6 +56,9 @@
if( value != null )
antTag.setProperty( name, value );
   
  +   // reset value to default null
  +   value = null;
  +
return SKIP_BODY;
   }