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

Bug 512285

Summary: Can't stage files with special characters
Product: [ECD] Orion Reporter: Remy Suen <remy.suen>
Component: GitAssignee: Remy Suen <remy.suen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 13.0   
Target Milestone: 14.0   
Hardware: All   
OS: All   
Whiteboard:

Description Remy Suen CLA 2017-02-16 08:20:14 EST
orion.eclipse.org

1. Create a file a%b.txt.
2. Open the 'Git' page.
3. Try to stage it. Nothing will happen.

The request itself seems fine.
https://orion.eclipse.org/gitapi/index/file/new/a%2525b.txt

However, the request is not handled because the Git code isn't decoding the encoded path.