From: <asa...@us...> - 2013-10-18 10:40:18
|
Revision: 8658 http://sourceforge.net/p/htmlunit/code/8658 Author: asashour Date: 2013-10-18 10:40:15 +0000 (Fri, 18 Oct 2013) Log Message: ----------- docs: remove links to ntlm.html Modified Paths: -------------- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DefaultCredentialsProvider.java trunk/htmlunit/src/site/site.xml trunk/htmlunit/src/site/xdoc/index.xml Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DefaultCredentialsProvider.java =================================================================== --- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DefaultCredentialsProvider.java 2013-10-18 08:17:22 UTC (rev 8657) +++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DefaultCredentialsProvider.java 2013-10-18 10:40:15 UTC (rev 8658) @@ -31,7 +31,6 @@ * credentials for both web servers and proxies. Supports Digest * authentication, and Basic HTTP authentication. * - * See <a href="http://htmlunit.sourceforge.net/ntlm.html">NTLM authentication</a> to use NTLM from HtlmUnit. * @version $Revision$ * @author Daniel Gredler * @author Vikram Shitole @@ -84,7 +83,6 @@ * @param workstation The workstation the authentication request is originating from. * Essentially, the computer name for this machine. * @param domain the domain to authenticate within - * @see <a href="http://htmlunit.sourceforge.net/ntlm.html">How to use NTML authenticaion</a> */ public void addNTLMCredentials(final String username, final String password, final String host, final int port, final String workstation, final String domain) { Modified: trunk/htmlunit/src/site/site.xml =================================================================== --- trunk/htmlunit/src/site/site.xml 2013-10-18 08:17:22 UTC (rev 8657) +++ trunk/htmlunit/src/site/site.xml 2013-10-18 10:40:15 UTC (rev 8658) @@ -28,7 +28,6 @@ </menu> <menu name="User docs"> <item name="Logging" href="/logging.html"/> - <item name="NTLM authentication" href="/ntlm.html"/> <item name="FAQ" href="/faq.html"/> </menu> <menu name="Support"> Modified: trunk/htmlunit/src/site/xdoc/index.xml =================================================================== --- trunk/htmlunit/src/site/xdoc/index.xml 2013-10-18 08:17:22 UTC (rev 8657) +++ trunk/htmlunit/src/site/xdoc/index.xml 2013-10-18 10:40:15 UTC (rev 8658) @@ -141,7 +141,7 @@ </ul> </li> <li>Proxy server support</li> - <li>Support for basic and <a href="ntlm.html">NTLM</a> authentication</li> + <li>Support for basic and NTLM authentication</li> <li>Excellent JavaScript support (see <a href="#JavaScript_Support">the JavaScript section</a> below)</li> </ul> </p> |