The following comment has been added to this issue:
Author: Kees Jongenburger
Created: Mon, 2 Aug 2004 3:05 AM
Body:
I partialy agree. following moved_permanently should not be automatic
Still it's a valid url
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPLINKCHECK-10?page=comments#action_22610
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPLINKCHECK-10
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPLINKCHECK-10
Summary: allo 303 and 304 http status to be validated
Type: Improvement
Status: Open
Priority: Major
Original Estimate: 10 minutes
Time Spent: Unknown
Remaining: 10 minutes
Project: maven-linkcheck-plugin
Assignee: Ben Walding
Reporter: Kees Jongenburger
Created: Mon, 15 Mar 2004 6:55 PM
Updated: Mon, 2 Aug 2004 3:05 AM
Environment: maven rc2
Description:
The linkchecker flows MOVED_TEMPORARILY moved links but sikps MOVED_PERMANENTLY while
there are as valid as MOVED_TEMPORARILY
example:
http://www.mmbase.org/license
resolution:
add
import org.apache.commons.httpclient.HttpStatus;
to the class imports
in HTTPLinkValidator at row 108 change the code to
if (gm.getStatusCode() == HttpStatus.SC_MOVED_TEMPORARILY || gm.getStatusCode() ==
HttpStatus.SC_MOVED_PERMANENTLY)
(and a small cleanup )
row 121
if (gm.getStatusCode() == HttpStatus.SC_OK)
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]