We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6ef52 commit e9277b4Copy full SHA for e9277b4
test/jdk/sun/net/www/protocol/http/UserCookie.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2025, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -24,9 +24,9 @@
24
25
* @test
26
* @bug 6439651
27
- * @modules jdk.httpserver
28
- * @run main/othervm UserAuth
29
* @summary Sending "Cookie" header with JRE 1.5.0_07 doesn't work anymore
+ * @modules jdk.httpserver
+ * @run main/othervm UserCookie
30
*/
31
32
import java.net.*;
0 commit comments