| Summary: | Can't open a file whose name contains a comma | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | 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: | |||
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. 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. Randomly this is working now - tried in both Safari and Chrome and both worked fine opening a file with a comma in it. I'm seeing this again. Apparently works in Firefox but not Chrome/WebKit interestingly I could delete but not rename a file with a comma in it This was Fixed in RC3 |
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.