Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: None
-
Component/s: relative links
-
Labels:None
-
Environment:Linux FC6 Sun Java (build 1.5.0_10-b03, mixed mode, sharing)
-
Number of attachments :
Description
In Site.xml for a project (that has a parent POM)
<links>
<item name="SIRD Site" href="http://sirdsite.dsths.ad.dstcorp.net/" />
<item name="Apache" href="http://www.apache.org/" />
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
</links>
Gets rendered as
<div class="xright"> <a href="../../../">SIRD Site</a>
<a href="http://www.apache.org/">Apache</a>
<a href="http://maven.apache.org/maven2/">Maven 2</a>
" http://sirdsite.dsths.ad.dstcorp.net/" != "../../.."
Attachments
Issue Links
| This issue duplicates: | ||||
| MSITE-159 | Absolute URI rendered as relative URI if absolute URI related to domain of POM URI |
|
|
|
When I change the hostname to it's IP address, it works.