<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#333333">
Hans Hübner wrote:
<blockquote
cite="mid:F014AD23EEB9B9469410D7F0334C93D30711CC0B@XCH-NW-4V2.nw.nos.boeing.com"
type="cite">
<pre wrap="">The change to enough-url modifies it so that it behaves the same as
enough-namestring (which was previously used) does. What I am not
sure about is whether the create-folder-dispatcher-and-handler
dispatcher and handler can handle an empty path. What you'd propably
want to see is a directory listing? Can you fetch files if you
specify the complete URL?
-Hans
</pre>
</blockquote>
Yes, I can fetch files with a complete URL. And you are right - I'd
like to see a directory listing. <br>
I just re-ran hunchentoot-test. With this url I get the image file:<br>
<br>
<a class="moz-txt-link-freetext" href="http://localhost:3001/hunchentoot/code/fz.jpg">http://localhost:3001/hunchentoot/code/fz.jpg</a><br>
<br>
But with this URL I get a 400: bad request <br>
<br>
<a class="moz-txt-link-freetext" href="http://localhost:3001/hunchentoot/code/">http://localhost:3001/hunchentoot/code/</a><br>
<br>
--Jeff<br>
</body>
</html>