Community
Participate
Working Groups
1. in your eclipse.ini, add below -vmargs -Dorg.eclipse.e4.webide.server.allowedPathPrefixes=C:\Users\johnjbarton\firebug\fbug\fbug 2. start server and client, use Link Folder icon with any name and path. Expected: A message that helps you figure out what to do next. Actual: Error: Unable to load http://localhost:8080/workspace/A status:403 A better message would be: C:\Users\johnjbarton\firebug\fbug\fbug is not accessible via any path on JVM args org.eclipse.orion.server.core.allowedPathPrefixes
The common problem is going to be that the allowedPathPrefixes option is missing completely, or mis-spelled. Mentioning the name of the setting in the error dialog would indeed be helpful.
see also https://bugs.eclipse.org/bugs/show_bug.cgi?id=335478
http://git.eclipse.org/c/e4/org.eclipse.orion.client.git/commit/?id=212f75592fa9afc28fa71267f43aa90258d32a94 http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=34b3a1dc72bbedd8dfb529ae53118f55848b8495 The new message looks like this: "Cannot link to server path c:\foo. Use the orion.file.allowedPaths property to specify server locations where content can be linked."