| Summary: | Site paths broken because of incorrectly encoded slash | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Client | Assignee: | Simon Kaegi <simon_kaegi> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | simon_kaegi |
| Version: | 4.0 | ||
| Target Milestone: | 4.0 RC3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Simon is fixing. Fixed in Master. |
I think some recent encoding related changes have broken the sites support. Example: 1) Create a folder with nested content, like this: folder/ sub/ index.html 2) Create a site, and map the "folder" directory to the server root ("/") 3) Launch the site 4) Click on "sub" to drill into that folder. The location in the address bar looks like this: http://mysite.orion.eclipse.org:8080/sub%2F Note it has encoded the trailing slash. Now try to click on index.html and we get: http://mysite.orion.eclipse.org:8080/index.html Which gives a 404 error.