| Summary: | Downloading zips and Uploading a file fails | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Node | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P1 | CC: | Carolyn_MacLeod, Mike_Wilson, Olivier_Thomann |
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
I thought this was a regression, but I guess it is not. Upload has never worked Having said that, I'm surprised we still rely on a special server API for this functionality. I thought we would be using a pure HTML5+fileclient solution (except maybe when dealing with ZIP files) And we're using a raw XHR from the UI to the server, so this will never work cross-origin (eg. try install your OrionHub fileClientPlugin on orion.eclipse.org, you cannot D&D into the remote filesystem, nor use Import. This seems wrong on several counts. *** Bug 490815 has been marked as a duplicate of this bug. *** So is Bug 483315 also a dup of this? (In reply to Carolyn MacLeod from comment #5) > So is Bug 483315 also a dup of this? This one is for the node server. Fixed zip downloading: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3be43e2e1a5ff673c888318a422d937cb16594d7 I have implemented the most common cases (import file/zip, import url, export file/zip). SFtp will be done in another bug. |