Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 419532

Summary: Git operations need to authorize file operations against the AuthorizationService
Product: [ECD] Orion Reporter: Simon Kaegi <simon_kaegi>
Component: GitAssignee: Simon Kaegi <simon_kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 4.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Simon Kaegi CLA 2013-10-15 17:32:20 EDT
Git operations can and should use the same authorization mechanisms we have for the file system. What this means is that any changes to a git repo under /file/{userId} should have the same checks done as for any file operation.
Comment 1 Simon Kaegi CLA 2013-10-15 17:32:59 EDT
Fixed in Master. John reviewed code changes, Anthony reviewed test changes.