From: Dave B. <bla...@us...> - 2013-01-17 02:44:43
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12852/src/org/sblim/cimclient/doc-files Modified Files: Tag: Experimental unittest.html Log Message: 3596303 windows http response WWW-Authenticate: Negotiate fails Index: unittest.html =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files/unittest.html,v retrieving revision 1.1.2.27 retrieving revision 1.1.2.28 diff -u -d -r1.1.2.27 -r1.1.2.28 --- unittest.html 4 Dec 2012 19:40:16 -0000 1.1.2.27 +++ unittest.html 17 Jan 2013 02:44:39 -0000 1.1.2.28 @@ -3,7 +3,7 @@ <head> <!-- * - * (C) Copyright IBM Corp. 2006, 2012 + * (C) Copyright IBM Corp. 2006, 2013 * * THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE * ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE @@ -35,6 +35,7 @@ * 3536399 2012-08-25 hellerda Add client/listener peer authentication properties * 3572993 2012-10-01 blaschke-oss parseDouble("2.2250738585072012e-308") DoS vulnerability * 3592502 2012-12-04 blaschke-oss Enhance CIMDataType unit test + * 3596303 2013-01-04 blaschke-oss windows http response WWW-Authenticate: Negotiate fails --> </head> <body style="background-color: white;"> @@ -496,6 +497,17 @@ if the trailer exceptions are thrown only when expected and that status codes and description are correctly set in the exception.</td></tr> </table> + +<h3>http.HttpChallengeTest</h3> + <table border="1" cellpadding="5" cellspacing="0" width="100%"> + <tr><td>testValidChallenges</td> + <td>Tests Challenge.parseChallenge() with several valid challenges and checks + that the number of challenges along with each challenge's scheme and realm + are correctly set.</td></tr> + <tr><td>testInvalidChallenges</td> + <td>Tests Challenge.parseChallenge() with several invalid challenges and + checks if exceptions are thrown only when expected.</td></tr> + </table> <h3>cim.CIMOctetStringTest</h3> <table border="1" cellpadding="5" cellspacing="0" width="100%"> |