< prev index next >

test/sun/net/www/protocol/http/NoNTLM.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 8004502
  * @summary Sanity check that NTLM will not be selected by the http protocol
  *    handler when running on a profile that does not support NTLM
+ * @modules java.base/sun.net.www
  * @run main/othervm NoNTLM
  */
 
 import java.net.*;
 import java.io.*;
< prev index next >