Community
Participate
Working Groups
1. http://localhost:8080/file/org.eclipse.orion.client.core 2. click on link <static> Expected: the contents of ...core/static Actual: fail, 403 forbidden and URL is http://localhost:8080/file/static/ 0.2 nightly 1.26
I see. The problem is the URl should be (note the trailing slash): http://localhost:8080/file/org.eclipse.orion.client.core/ However we have a filter that redirects all directories to index.html
Pushed a fix: - WelcomeFileFilter no longer messes with paths within our servlets (this filter redirects directory listings to index.html - Ensure file API lists directory URLs with a trailing slash, which is correct form for a URL (http://example.com/a is a file, http://example.com/a/ is a directory).