Community
Participate
Working Groups
orion.eclipse.org 1. Create an untracked file named 'a%b.txt' in a folder that's under Git version control. 2. Open the 'Git' page. 3. Try to expand the untracked file's node to look at its diff. You will stay in the 'fetching...' state forever. There's a 400 in the console because the % is not being URL encoded. This is a bug in lib/git/status.js where the returned DiffLocation is not correctly returning a URL encoded file path in its JSON response. GET http://localhost:8081/gitapi/diff/Default/file/modules/orionode/a%b.txt?parts=diff&ignoreWS=true 400 (Bad Request) _xhr @ xhr.js:175 getDiffContent @ gitPlugin.js:347
Fix pushed to master. https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=70a6cadbd210f27d9487e5a7245b383ed7e87df4