| Summary: | incorrect response (wrong name) when creating a new file | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Server | Assignee: | Tomasz Zarna <tomasz.zarna> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | john.arthorne |
| Version: | 0.3 | ||
| Target Milestone: | 0.4 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 361444 | ||
John I can have a look at it, if you don't mind. Go for it. Fixed with d47d85800ea7abd74f2e6574dd1202cb6fd51722. |
- create top level folder "Foo" - drill into "Foo" (which is empty) - create file "a.txt" the server response for the post to create a.txt is: { "Attributes": { "Executable": false, "ReadOnly": false, "SymLink": false }, "Directory": false, "ExportLocation": "/xfer/export/Ca/a.txt.zip", "ImportLocation": "/xfer/import/Ca/a.txt", "Length": 0, "LocalTimeStamp": 1319747560000, "Location": "/file/Ca/a.txt", "Name": "Foo", "Parents": [], "SearchLocation": "/filesearch?q=" } Note that the location is correct, but the name is using the parent name "Foo"