Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: WebDAV Interface
-
Labels:None
-
Number of attachments :
Description
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/:
<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>
As you can see the a elements referencing the available versions are not closed.
This was fixed in the IndexWriter of 1.1