You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2003/03/04 01:45:02 UTC

cvs commit: xml-axis/java/src/org/apache/axis/server AxisServer.java

stevel      2003/03/03 16:45:02

  Modified:    java/src/org/apache/axis/server AxisServer.java
  Log:
  This is just an angle bracket attack, nothing fundamental. I'm just cleaning the zero-side effect changes out the way. I am tempted to split this into the assignment and the test, but that introduces the risk of errors.
  
  Revision  Changes    Path
  1.88      +2 -1      xml-axis/java/src/org/apache/axis/server/AxisServer.java
  
  Index: AxisServer.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/server/AxisServer.java,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- AxisServer.java	21 Jan 2003 17:01:12 -0000	1.87
  +++ AxisServer.java	4 Mar 2003 00:45:02 -0000	1.88
  @@ -283,8 +283,9 @@
                   }
                   /* Process the Global Request Chain */
                   /**********************************/
  -                if ((h = getGlobalRequest()) != null )
  +                if ((h = getGlobalRequest()) != null ) {
                       h.invoke(msgContext);
  +                }
   
                   /**
                    * At this point, the service should have been set by someone