Update of /cvsroot/sblim/jsr48-client
In directory vz-cvs-3.sog:/tmp/cvs-serv7363
Modified Files:
NEWS sblim-cim-client2.properties
Log Message:
3524050 - Improve WWW-Authenticate in HTTPClient.java
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/NEWS,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- NEWS 20 Jun 2012 18:09:50 -0000 1.309
+++ NEWS 21 Jun 2012 12:28:32 -0000 1.310
@@ -1,5 +1,6 @@
Changes in HEAD
================
+3524050 Improve WWW-Authenticate in HTTPClient.java
3529065 Enable WBEMListener get/setProperty
3529062 WBEMListenerFactory should return new instance
3527580 WBEMClient should not throw IllegalArgumentException
Index: sblim-cim-client2.properties
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- sblim-cim-client2.properties 25 May 2012 11:20:59 -0000 1.28
+++ sblim-cim-client2.properties 21 Jun 2012 12:28:32 -0000 1.29
@@ -170,6 +170,23 @@
#
#sblim.wbem.httpAuthModule=org.sblim.cimclient.internal.http.WwwAuthInfo
+# The WWW-Authenticate information to use when sending the first request
+# to a server.
+#
+# Note: This string must exactly match what the server returns in the
+# WWW-Authenticate field of an HTTP 401 response when authentication
+# fails. The following two strings are examples:
+#
+# Basic realm="Secure Area"
+# Digest realm="tes...@ho...",qop="auth,auth-int",nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093",opaque="5ccc069c403ebaf9f0171e9517f40e41"
+#
+# Type: String
+# Recognition: On next authentication
+# Range: Basic, Digest
+# Default: none
+#
+#sblim.wbem.httpWwwAuthenticateInfo=
+
# Specifies if MPOST is used for transmitting http messages. If false, POST is used.
#
# Type: Boolean
|