You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henning Schmiedehausen (JIRA)" <ji...@codehaus.org> on 2006/12/03 23:53:41 UTC

[jira] Created: (MSITE-197) poweredBy Logo links don't work

poweredBy Logo links don't work
-------------------------------

                 Key: MSITE-197
                 URL: http://jira.codehaus.org/browse/MSITE-197
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-5
            Reporter: Henning Schmiedehausen
            Priority: Minor


I added the following poweredBy Item to my site:

  <poweredBy>
    <logo name="Apache Velocity" 
          href="http://velocity.apache.org"
          img="/images/pbv90x30.png" />
  </poweredBy>

This gets rendered out to

            <a href="" title="Apache Velocity" id="poweredBy">
                            <img alt="Apache Velocity" src="images/pbv90x30.png" />
            </a>
 
The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. 

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

        

[jira] Updated: (MSITE-197) poweredBy Logo links don't work

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-197:
----------------------------------

    Attachment:     (was: MSITE-197.zip)

> poweredBy Logo links don't work
> -------------------------------
>
>                 Key: MSITE-197
>                 URL: http://jira.codehaus.org/browse/MSITE-197
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: relative links
>    Affects Versions: 2.0-beta-5
>            Reporter: Henning Schmiedehausen
>            Priority: Minor
>         Attachments: MSITE-197.zip
>
>
> I added the following poweredBy Item to my site:
>   <poweredBy>
>     <logo name="Apache Velocity" 
>           href="http://velocity.apache.org"
>           img="/images/pbv90x30.png" />
>   </poweredBy>
> This gets rendered out to
>             <a href="" title="Apache Velocity" id="poweredBy">
>                             <img alt="Apache Velocity" src="images/pbv90x30.png" />
>             </a>
>  
> The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. 

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

        

[jira] Updated: (MSITE-197) poweredBy Logo links don't work

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-197:
----------------------------------

    Component/s: relative links

> poweredBy Logo links don't work
> -------------------------------
>
>                 Key: MSITE-197
>                 URL: http://jira.codehaus.org/browse/MSITE-197
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: relative links
>    Affects Versions: 2.0-beta-5
>            Reporter: Henning Schmiedehausen
>            Priority: Minor
>
> I added the following poweredBy Item to my site:
>   <poweredBy>
>     <logo name="Apache Velocity" 
>           href="http://velocity.apache.org"
>           img="/images/pbv90x30.png" />
>   </poweredBy>
> This gets rendered out to
>             <a href="" title="Apache Velocity" id="poweredBy">
>                             <img alt="Apache Velocity" src="images/pbv90x30.png" />
>             </a>
>  
> The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. 

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

        

[jira] Updated: (MSITE-197) poweredBy Logo links don't work

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-197:
----------------------------------

    Attachment: MSITE-197.zip

Another try, this time without the generated site in it.

> poweredBy Logo links don't work
> -------------------------------
>
>                 Key: MSITE-197
>                 URL: http://jira.codehaus.org/browse/MSITE-197
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: relative links
>    Affects Versions: 2.0-beta-5
>            Reporter: Henning Schmiedehausen
>            Priority: Minor
>         Attachments: MSITE-197.zip
>
>
> I added the following poweredBy Item to my site:
>   <poweredBy>
>     <logo name="Apache Velocity" 
>           href="http://velocity.apache.org"
>           img="/images/pbv90x30.png" />
>   </poweredBy>
> This gets rendered out to
>             <a href="" title="Apache Velocity" id="poweredBy">
>                             <img alt="Apache Velocity" src="images/pbv90x30.png" />
>             </a>
>  
> The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. 

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

        

[jira] Closed: (MSITE-197) poweredBy Logo links don't work

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MSITE-197.
---------------------------------

      Assignee: Dennis Lundberg
    Resolution: Duplicate

> poweredBy Logo links don't work
> -------------------------------
>
>                 Key: MSITE-197
>                 URL: http://jira.codehaus.org/browse/MSITE-197
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: relative links
>    Affects Versions: 2.0-beta-5
>            Reporter: Henning Schmiedehausen
>            Assignee: Dennis Lundberg
>            Priority: Minor
>         Attachments: MSITE-197.zip
>
>
> I added the following poweredBy Item to my site:
>   <poweredBy>
>     <logo name="Apache Velocity" 
>           href="http://velocity.apache.org"
>           img="/images/pbv90x30.png" />
>   </poweredBy>
> This gets rendered out to
>             <a href="" title="Apache Velocity" id="poweredBy">
>                             <img alt="Apache Velocity" src="images/pbv90x30.png" />
>             </a>
>  
> The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. 

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

        

[jira] Commented: (MSITE-197) poweredBy Logo links don't work

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106193 ] 

Dennis Lundberg commented on MSITE-197:
---------------------------------------

I guess that you have this in your pom as well:

  <url>http://velocity.apache.org</url>

This has to do with the converting of absolute URL:s to relative links.

> poweredBy Logo links don't work
> -------------------------------
>
>                 Key: MSITE-197
>                 URL: http://jira.codehaus.org/browse/MSITE-197
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Henning Schmiedehausen
>            Priority: Minor
>
> I added the following poweredBy Item to my site:
>   <poweredBy>
>     <logo name="Apache Velocity" 
>           href="http://velocity.apache.org"
>           img="/images/pbv90x30.png" />
>   </poweredBy>
> This gets rendered out to
>             <a href="" title="Apache Velocity" id="poweredBy">
>                             <img alt="Apache Velocity" src="images/pbv90x30.png" />
>             </a>
>  
> The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. 

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

        

[jira] Updated: (MSITE-197) poweredBy Logo links don't work

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-197:
----------------------------------

    Attachment: MSITE-197.zip

Here's a small project that displays this behavior. The default config has a href="" on the poweredBy logo, because the url in the pom is the same as the url for the poweredBy logo.

If you change the url in the pom to the maven.apache.org one that is currently commented out, you will see that the href on the poweredBy logo will be different.

> poweredBy Logo links don't work
> -------------------------------
>
>                 Key: MSITE-197
>                 URL: http://jira.codehaus.org/browse/MSITE-197
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: relative links
>    Affects Versions: 2.0-beta-5
>            Reporter: Henning Schmiedehausen
>            Priority: Minor
>         Attachments: MSITE-197.zip
>
>
> I added the following poweredBy Item to my site:
>   <poweredBy>
>     <logo name="Apache Velocity" 
>           href="http://velocity.apache.org"
>           img="/images/pbv90x30.png" />
>   </poweredBy>
> This gets rendered out to
>             <a href="" title="Apache Velocity" id="poweredBy">
>                             <img alt="Apache Velocity" src="images/pbv90x30.png" />
>             </a>
>  
> The href link is empty. When debugging, it seems that any URL given to the logo href attribute gets silently removed. Using href="foobar" works, href="http://www.apache.org/" does not. 

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