I found a bug in the Directory handler. It generates correct XML for the top
level items, but if you click on a directory in a browser, then next level links
are unusable. Here's what's generated by clicking on the 'jmx' link:

<html><body>
<h1>Listing of directory "/jmx"</h1>
<a href="http://localhost:8182/";>..</a><br/>
<a href="http://localhost:8182/jmxjmx_examples";>../jmxjmx_examples</a><br/>
</body></html>

I've entered bug #233 that contains a proposed fix.

Sean

Reply via email to