Hi list,
Xavante file handler has only support to provide files itself.
When the path is a directory Xavante try a redirect and put a / at the end of the parsed url. In general case, it will redirect indefinitely until the browser abort the request (safari claims: too many redirects). It seems a bug to me.
First question: I supposed that attempt to concatenate a / at the end is expecting some other configuration takes control like virtualhost, indexhandler, right?
Second question: I implemented a basic support to directory listings, where should I post my suggestion? Submitting a pull request on github?
By the way it's attached a filehandler.diff .
Thanks,
Amadeu