Community
Participate
Working Groups
Build: I20110309 1) Create a project that is: a) Connected to git b) Not in the default location (a linked folder) 2) Go to the git status page for this project 3) Restart the server 3) Hit refresh on the status page. -> It just spins forever. 4) Visit the Orion home page 5) Now refresh the status page. -> Now it works. The problem is that project location data is initialized in the class WorkspaceResourceHandler. This class doesn't get instantiated until the WorkspaceServlet is first used. We need to separate this initialization from the WorkspaceServlet constructor.
Fix released.