Hans Hübner wrote:
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

  
Yes, I can fetch files with a complete URL. And you are right - I'd like to see a directory listing.
 I just re-ran hunchentoot-test. With this url I get the image file:

http://localhost:3001/hunchentoot/code/fz.jpg

But with this URL I get a 400: bad request

http://localhost:3001/hunchentoot/code/

--Jeff