Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 420329

Summary: Site paths broken because of incorrectly encoded slash
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: ClientAssignee: 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:

Description John Arthorne CLA 2013-10-24 16:27:08 EDT
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.
Comment 1 John Arthorne CLA 2013-10-25 14:24:54 EDT
Simon is fixing.
Comment 2 Simon Kaegi CLA 2013-10-30 15:38:08 EDT
Fixed in Master.