PR: MPXDOC-186

Mailing list links break if the address starts with http.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@358053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-12-20 17:51:01 +00:00
parent 8ef800786b
commit 9ec6c8d929
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
#macro (displayLink $label $link)
<td>
#if ($link && $link.length() != 0)
#if ($link.trim().startsWith("http"))
#if ($link.trim().startsWith("http://"))
<a href="$escape.getText($link)">$label</a>
#else
<a href="mailto:$link">$label</a>

View File

@@ -27,6 +27,7 @@
</properties>
<body>
<release version="1.10-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPXDOC-186">Mailing list links break if the address starts with http.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-177">Internationalized sites have no images.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-164">New goal <code>xdoc:sitemap</code> to generate a sitemap.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :