Steps to reproduce:
- Create virtual Maven repository "libs-snapshot" that aggregate local Maven repository "libs-snapshot-local":
- Disable anonymous permissions on the local repository
- Deploy some jar file to the local repository, add a folder to the path
- Fetch the folder using cURL: like the following:
$ curl http://localhost:8081/artifactory/libs-snapshot/org/jfrog/test/multi1/3.7-SNAPSHOT/
In artifactory.log you will see getWriter() error.
In case you run the cURL with credentials, the output will be an HTML file that describes the folder content.