| Summary: | WebDaving an empty (no files) directory tree fails with a 403... | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Andy Brook <axb> |
| Component: | WebDAV | Assignee: | Platform-WebDAV-Inbox <platform-webdav-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | Keywords: | helpwanted |
| Version: | 2.1.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
This component is no longer being actively developed. We encourage users to investigate the capabilities of the Eclipse Web Tools Project. |
If I have a project with the following structure, I am not able to create a new top level folder under web-content that contains another directory. I get a 403 forbidden error. No sub folders can be uploaded. /web-content /company /it /employee So the following cannot be added :- /web-content /apps /stuff /myfile.txt ... But, the following enables all entries under 'stuff' to be loaded :- /web-content /apps workDarnIt.txt /stuff /myfile.txt ...