stevel 2002/10/21 23:52:46
Modified: java/src/org/apache/axis/transport/http AxisServletBase.java
Log:
bug # 13346
Revision Changes Path
1.19 +0 -1
xml-axis/java/src/org/apache/axis/transport/http/AxisServletBase.java
Index: AxisServletBase.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServletBase.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- AxisServletBase.java 17 Oct 2002 23:13:47 -0000 1.18
+++ AxisServletBase.java 22 Oct 2002 06:52:46 -0000 1.19
@@ -240,7 +240,6 @@
} else {
context.setAttribute(ATTR_AXIS_ENGINE, engine);
}
- context.setAttribute(ATTR_AXIS_ENGINE, engine);
}
/**