You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "James William Dumay (JIRA)" <ji...@codehaus.org> on 2008/04/27 06:05:46 UTC

[jira] Closed: (MRM-652) Invalid html links in "webdav" directory browsing

     [ http://jira.codehaus.org/browse/MRM-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James William Dumay closed MRM-652.
-----------------------------------

         Assignee: James William Dumay
       Resolution: Fixed
    Fix Version/s:     (was: 1.0.x)
                   1.1

This was fixed in the IndexWriter of 1.1

> Invalid html links in "webdav" directory browsing
> -------------------------------------------------
>
>                 Key: MRM-652
>                 URL: http://jira.codehaus.org/browse/MRM-652
>             Project: Archiva
>          Issue Type: Bug
>          Components: WebDAV interface
>    Affects Versions: 1.0
>            Reporter: Xavier Hanin
>            Assignee: James William Dumay
>             Fix For: 1.1
>
>
> The html page served by archiva in the "webdav" repository browsing contains badly formed a href links. Here is an example of what I get at http://localhost:8080/archiva/repository/internal/ant/ant/:
> {code}
> <html>
> <head>
> <title>Collection: /ant/ant/</title>
> </head>
> <body>
> <h2>Collection: /ant/ant/</h2>
> <ul>
> <li><a href="../">ant/</a> <i><small>(Parent)</small></i></li>
> </ul>
> <ul>
> <li><a href="./1.6.2/">1.6.2/</li>
> <li><a href="./1.6.5/">1.6.5/</li>
> <li><a href="./1.6/">1.6/</li>
> </ul>
> </body>
> </html>
> {code}
> As you can see the a elements referencing the available versions are not closed.

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