Archiva

Invalid html links in "webdav" directory browsing

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1
  • Component/s: WebDAV Interface
  • Labels:
    None
  • Number of attachments :
    0

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.

Activity

Hide
James William Dumay added a comment -

This was fixed in the IndexWriter of 1.1

Show
James William Dumay added a comment - This was fixed in the IndexWriter of 1.1

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: