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

Bug 420113

Summary: "Raw" command URLs mangled when project contains a space
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 4.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-10-22 16:01:23 EDT
1. Create a project that contains a space in the name
2. From the editor page, select a file in the project, click [gear menu] > Raw
3. You're taken to a URL that 404s

The spaces in the URL seem to have been encoded as "%2520". They should be "%20"
Comment 1 Mark Macdonald CLA 2013-10-22 22:56:21 EDT
This was fixed by the same commit as for bug 420082