User: starksm 
  Date: 01/07/26 20:51:33

  Modified:    tomcat/src/build Tag: Branch_2_4 build.xml
  Log:
  Clear any SecurityAssociation value at the end of the service call to
  ensure that reuse of the thread with unsecure content does not allow access
  to components it should not
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.2  +3 -3      contrib/tomcat/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/build/build.xml,v
  retrieving revision 1.15.2.1
  retrieving revision 1.15.2.2
  diff -u -r1.15.2.1 -r1.15.2.2
  --- build.xml 2001/06/22 06:52:17     1.15.2.1
  +++ build.xml 2001/07/27 03:51:33     1.15.2.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.15.2.1 2001/06/22 06:52:17 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.15.2.2 2001/07/27 03:51:33 starksm Exp $ -->
   
   <!-- An Ant build file for the tomcat-service jar and the
       JBoss/Tomcat bundle. The buildfile requires a JBoss dist
  @@ -11,7 +11,7 @@
   
       <!-- Default values for jboss.dist & tomcat.dist that should be overriden -->
       <property name="jboss.dist" value="${basedir}/../../jboss/dist"/>
  -    <property name="tomcat.dist" value="${basedir}/jakarta-tomcat-3.2.2"/>
  +    <property name="tomcat.dist" value="${basedir}/jakarta-tomcat-3.2.3"/>
   
       <property name="name" value="tomcat-service"/>
       <property name="lib.dir" value="${basedir}/lib"/>
  @@ -22,7 +22,7 @@
       <property name="build.classes.dir" value="${build.dir}/classes"/>
       <property name="jar.file" value="${name}.jar"/>
       <property name="test.client" value="tomcat-test"/>
  -    <property name="bundle.name" value="JBoss-2.4.0_Tomcat-3.2.2" />
  +    <property name="bundle.name" value="JBoss-2.4.0_Tomcat-3.2.3" />
       <property name="bundle.dir" value="bundle" />
       <property name="bundle.root" value="${bundle.dir}/${bundle.name}" />
       <path id="base.path_22">
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to