< prev index next >

test/sun/net/www/http/HttpClient/ImplicitFileName.java

Print this page

        

@@ -22,13 +22,14 @@
  */
 
 /*
  * @test
  * @bug 4251209
- * @summary Make sure that implicit filenames will be returned as
- * "/"
-*/
+ * @summary Make sure that implicit filenames will be returned as "/"
+ * @modules java.base/sun.net
+ *          java.base/sun.net.www.http
+ */
 
 import java.net.URL;
 import java.net.ServerSocket;
 import sun.net.www.http.HttpClient;
 
< prev index next >