juergen 2004/02/06 08:15:34
Modified:
testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor
TProcessors.java
Log:
tune httpclient configuration
Revision Changes Path
1.75 +5 -10
jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java
Index: TProcessors.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- TProcessors.java 6 Feb 2004 15:55:15 -0000 1.74
+++ TProcessors.java 6 Feb 2004 16:15:34 -0000 1.75
@@ -1920,14 +1920,9 @@
startSession((String)startUp.get("host"),
((Integer)startUp.get("port") ).intValue());
state.setCredentials(null, cred);
+ state.setAuthenticationPreemptive(true); // avoid non-authenticated
method invocation
setState(state);
- // client.setPreEmptiveAuthentication(true); for later use [jpl]
}
-
}
}
-
-
-
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]