7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing

Reviewed-by: alanb
This commit is contained in:
Xue-Lei Andrew Fan 2012-01-23 04:44:16 -08:00
parent cc5049f41e
commit 830a24d326

View File

@ -26,6 +26,11 @@
* @bug 7129083
* @summary Cookiemanager does not store cookies if url is read
* before setting cookiemanager
*
* SunJSSE does not support dynamic system properties, no way to re-use
* system properties in samevm/agentvm mode.
*
* @run main/othervm CookieHttpsClientTest
*/
import java.net.CookieHandler;