Hello all, I'm using the new build and seem to be getting the following error.

Here is what I could find from /var/log/messages

Sep 22 15:19:00 nlb pound: 192.168.1.1 GET /xyz HTTP/1.1 - HTTP/1.1 301 Moved Permanently
Sep 22 15:19:17 nlb pound: 192.168.1.1 GET /xyz/ HTTP/1.1 - HTTP/1.1 200 OK

From the above, the directory xyz has a default page (index.asp), but if I give it the address:
https://www.domain.com/xyz
pound does not give me the website
if I give it the address
https://www.domain.com/xyz/
everything is fine.  Have anyone else come accross this?  The only difference in the URL is the last slash after the directory. 
The configuration is currently pound on linux talking to two IIS6 servers.  Also, this only happens with https and not http.

From the message that I got from Robert, it seems to be working to spec, but has anyone found a way around this?  Ideally I would like to give out this address:
https://www.domain.com/xyz
and not have users call in to say that they can't get to it, only to say to add the last slash afterward to make it work.  It sounds like the problem is that something doesn't like the double redirection below.

https://www.domain.com/xyz->
https://www.domain.com/xyz/->
https://www.domain.com/xyz/index.asp

If anyone has come accross this and has a fix for either the servers or the pound config, it'd be much appreciated.