From f9d2eca70ae6b2bf757ca36512d2dc8ddfa5b5e0 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 15 Jan 2006 00:51:19 +0000 Subject: [PATCH] MPLINKCHECK-22 is fixed by MPLINKCHECK-25 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369140 13f79535-47bb-0310-9956-ffa450edef68 --- linkcheck/xdocs/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/linkcheck/xdocs/changes.xml b/linkcheck/xdocs/changes.xml index 7ee4bcf7..2d06eb12 100644 --- a/linkcheck/xdocs/changes.xml +++ b/linkcheck/xdocs/changes.xml @@ -31,6 +31,7 @@ Speed and stability enhancement [better usage of httpClient]. Upgrade to HttpClient 3.0. Will be used only with, at least, maven 1.1 beta 3. Improve performance getting rid of jtidy dependency via regexps. + Sites requiring authentication are reported as NOT FOUND. java.lang.NumberFormatException if proxy port is setted to "" StackOverflowError processing apidocs/index-all.html. "Moved Permanently" sites are reported as a warning and not as an error.