| Summary: | random files when generating "Hello World" sometimes appear | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | john.arthorne, ken_walker |
| Version: | 0.5 | ||
| Target Milestone: | 1.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Susan McCourt
Ken, can you reproduce this anymore? I will work to try to reproduce this, Ken can you do the same? I just tried 3 times. While I didn't get any weird files, I also didn't get ANY files. (In reply to comment #3) > I just tried 3 times. While I didn't get any weird files, I also didn't get > ANY files. is this running orion.eclipse.org or a self hosted site? I'm not seeing this. Anything in the console? When you get no files, are you getting the [Object object] info message or are you getting the HTML wad we saw earlier? I'm thinking they may be related. Failed to load resource: the server responded with a status of 500 (Internal Server Error) https://orion.eclipse.org/xfer/import/E/sample?source=http://https://orion.eclipse.org/plugins/contentTemplates/helloWorld.zip Failed to load resource: the server responded with a status of 404 (Not Found) https://orion.eclipse.org/plugins/undefined (In reply to comment #6) > Failed to load resource: the server responded with a status of 500 (Internal > Server Error) > https://orion.eclipse.org/xfer/import/E/sample?source=http://https://orion. > eclipse.org/plugins/contentTemplates/helloWorld.zip > > Failed to load resource: the server responded with a status of 404 (Not > Found) > https://orion.eclipse.org/plugins/undefined ok, that's my bad. I was checking to ensure a protocol was specified, but not using the normal URL parsing. So it didn't catch https vs http Discussed with Ken, I'll fix the protocol parsing for M2 today. That should fix the "I'm not getting any files at all" problem but perhaps not the random file problem. Removed the protocol stuff. User must supply it (in import URL command) or the plugin supplies it in the create new content extension. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=935d7dd6eb9384bdbc8a1766b904c7a3fb41bd72 Ken and I have both tried the fix, and it seems to solve both problems. The proper files unzip and no extra files appear. |