Community
Participate
Working Groups
The code that inserts parent links for file/directory representations has a few bugs: - The decorator is registered by the workspace servlet, but decorates both the file and workspace responses. If the workspace servlet is never used, then the parent decoration doesn't occur - The location of parent directories does not end in "/", like directory URLs should - If there is a file at the root of the workspace, the parent decorator tries to replace the file name with the project name. Since there is no project, it sets the file name to null.
Fix pushed.