[ http://jira.codehaus.org/browse/MNG-1046?page=all ]

Vincent Siveton updated MNG-1046:
---------------------------------

    Attachment: maven-reporting-impl.diff

The getValidHref() method in the AbstractMavenReportRenderer class uses Commons 
Validator 1.4 to check if an url is valid or not.
>From this release, URLValidator does not handle url like http://www.google.com 
>(see http://issues.apache.org/bugzilla/show_bug.cgi?id=30686) We did a small 
>hack for it.
In the same way, EmailValidator fails with an email like described here.
Here is the patch.

> Project Mailing Lists reports bad URL, post and archive
> -------------------------------------------------------
>
>          Key: MNG-1046
>          URL: http://jira.codehaus.org/browse/MNG-1046
>      Project: Maven 2
>         Type: Bug
>   Components: maven-project-info-reports-plugin
>     Versions: 2.0-beta-2
>     Reporter: David DIDIER
>      Fix For: 2.0-beta-4
>  Attachments: maven-reporting-impl.diff
>
>
> Here is my pom :
> <mailingLists>
>         <mailingList>
>             <name>NDD Development</name>
>             <subscribe>[EMAIL PROTECTED]</subscribe>
>             <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
>             <post/>
>             <archive/>
>             <otherArchives/>
>         </mailingList>
>     </mailingLists>
> generates (with site:site) in "mailing lists" the array :
> NDD Development  |||  {Subscribe, [EMAIL PROTECTED]  |||  {Unsubscribe, 
> [EMAIL PROTECTED]  |||  {Post, }  |||  {???UNKWOWN???, }

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to