cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2003-01-26 Thread dims
dims2003/01/26 06:50:26 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Comment out code that is present in JDK14 and absent in JDK13 Revision ChangesPath 1.47 +1 -1 xml-axis/java/src/org/apache/axis/utils/tcpmon.java Index: tcpmon.java =

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2003-01-16 Thread jmsnell
jmsnell 2003/01/16 20:40:09 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Fix for Bug #16184. tcpmon save now outputs multiple selections Revision ChangesPath 1.45 +23 -15xml-axis/java/src/org/apache/axis/utils/tcpmon.java Index: tcpmon.java ==

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-09-17 Thread tomj
tomj2002/09/17 12:55:32 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Fix up a jikes warning about qualifying wait() and notifyAll() Revision ChangesPath 1.43 +2 -2 xml-axis/java/src/org/apache/axis/utils/tcpmon.java Index: tcpmon.java ===

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-06-26 Thread gdaniels
gdaniels2002/06/26 06:08:35 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Fix bug which was causing an ArrayIndexOutOfBounds exception (I discovered this problem while doing a presentation demoing Axis :)) Revision ChangesPath 1.40 +2 -1 xml-axis/j

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-06-07 Thread dims
dims2002/06/07 09:14:43 Modified:java/src/org/apache/axis/utils tcpmon.java Log: remove(1) throws NullPointerExceptions under heavy load. Revision ChangesPath 1.39 +2 -2 xml-axis/java/src/org/apache/axis/utils/tcpmon.java Index: tcpmon.java =

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-05-27 Thread rineholt
rineholt02/05/27 17:51:18 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Fix to state change . Revision ChangesPath 1.36 +4 -4 xml-axis/java/src/org/apache/axis/utils/tcpmon.java Index: tcpmon.java ==

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java tcpmon.properties

2002-05-27 Thread rineholt
rineholt02/05/27 05:16:48 Modified:java/src/org/apache/axis/utils tcpmon.java tcpmon.properties Log: Treat both streams equitably in determining connection life. Change thread handling-- should require no sleeps. Revision ChangesPath 1.35 +591 -432 xml-axis/java/

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-05-22 Thread dug
dug 02/05/22 05:37:53 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Put back in Tom's change (plus some fixes) to change the Host: header to have the correct hostname. Revision ChangesPath 1.34 +57 -0 xml-axis/java/src/org/apache/axis/utils/tcpm

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-05-20 Thread dug
dug 02/05/20 10:36:00 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Make resend work when xml formatting is on. Needed to recalc content-length header Revision ChangesPath 1.33 +39 -1 xml-axis/java/src/org/apache/axis/utils/tcpmon.java Ind

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-05-20 Thread dug
dug 02/05/20 07:24:39 Modified:java/src/org/apache/axis/utils tcpmon.java Log: getting closer - 'resend' now works w/o XML format on - pickup a change from Edward Pring to the XML formatting - much nicer looking now Revision ChangesPath 1.32 +52 -41xml

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-05-20 Thread Tom Jordahl
d resend. That feature rocks! Thanks. -- Tom Jordahl Macromedia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 8:19 AM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java dug 02

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-05-20 Thread dug
dug 02/05/20 05:18:35 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Get tcpmon working again - resend will now work again (not all cases yet but at least some) - remove some error message (exceptions) that get thrown Revision ChangesPath 1.31 +1

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-03-26 Thread dug
dug 02/03/26 04:26:31 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Back out last change to tcpmon - with this change the first line of the request (ie. GET/POST) isn't displayed anymore. Tom - if you want to retry this change go ahead but please verify that it

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-03-19 Thread gdaniels
gdaniels02/03/19 13:49:14 Modified:java/src/org/apache/axis/utils Tag: Beta1 tcpmon.java Log: Merge over Tom's fix from HEAD Revision ChangesPath No revision No revision 1.27.2.1 +43 -3 xml-axis/java/src/org/apache

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-03-18 Thread tomj
tomj02/03/18 14:06:28 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Update tcpmon to change the Host: header in the request so it reflects the target host. Revision ChangesPath 1.28 +43 -3 xml-axis/java/src/org/apache/axis/utils/tcpmon.java

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-03-05 Thread rubys
rubys 02/03/05 02:00:51 Modified:java/src/org/apache/axis/utils tcpmon.java Log: > I run into 2 small bugs - the diff solves the problem for me, > maybe for others :-) > > First, on some VMs the SocketRR will hung for a very long time. > That's because even if close() is c

cvs commit: xml-axis/java/src/org/apache/axis/utils tcpmon.java

2002-02-19 Thread dims
dims02/02/19 04:55:39 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Request from [EMAIL PROTECTED] for replacing http.HTTPProxyPort with http.proxyPort as per the spec. - http://www.jguru.com/faq/view.jsp?EID=9920 - http://java.sun.com/j2se/1.4/docs/guide/net/