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

Bug 378669

Summary: Can't open a file whose name contains a comma
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Simon Kaegi <simon_kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi, svihovec
Version: 0.5   
Target Milestone: 4.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-05-07 09:57:15 EDT
Orion I20120504-1158

1. From the Navigator, create a new file named "foo,txt"
2. Click on it.
3. You'll get an error:

> An error occurred: File not found: /Dd/whatever/foo

I guess we are parsing the "txt" part as a parameter, not part of the resource name. Perhaps the resource should be %-encoded.
Comment 1 Ken Walker CLA 2012-09-18 14:09:47 EDT
Fix for filenames here:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e73842758fef66ed0000838ba3cd26774ee85779

Looking to see if there are any other cases like this one lurking.
Comment 2 Ken Walker CLA 2012-10-04 16:31:17 EDT
Will look at this next week but at this point I'm willing to live with the comma problem vs. what impact it could have on other things after a change.
Comment 3 Ken Walker CLA 2013-01-23 10:11:33 EST
Randomly this is working now - tried in both Safari and Chrome and both worked fine opening a file with a comma in it.
Comment 4 Simon Kaegi CLA 2013-04-11 14:45:12 EDT
I'm seeing this again. Apparently works in Firefox but not Chrome/WebKit
Comment 5 Simon Kaegi CLA 2013-04-11 15:00:13 EDT
interestingly I could delete but not rename a file with a comma in it
Comment 6 Simon Kaegi CLA 2013-11-01 13:29:47 EDT
This was Fixed in RC3