Urls rewritten when they contain the project urls' hostname
-----------------------------------------------------------

                 Key: MSITE-269
                 URL: http://jira.codehaus.org/browse/MSITE-269
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-7
            Reporter: Cameron Jones
         Attachments: pom.xml, site.xml

Urls in the site.xml file are being rewritten if they contain the hostname of 
the project url. For example:

pom.xml:
<url>http://208.75.85.243</url>

...
<site>
    <id>test.site</id>
    <url>file:///srv/www/test/site</url>
</site>
...

site.xml:
<item name="About" href="http://208.75.85.243/index.html"; />

Results in the following link for the About page which is incorrect and 
includes the deployment location instead of the url:
http://208.75.85.243/test/site/index.html

-- 
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

        

Reply via email to