Bug #840
Webservice shell does not properly redirect the root if no trailing slash (/) is present
Start date:
10/24/2016
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
A path such as
http://www.mr.edu/myservice/1
Should automatically redirect to
http://www.mr.edu/myservice/1/
The older (1x) WSS did this properly.
The problem with this is that it requires proxied (WSS) HTML docs to contain absolute paths for them to work.
This is because the same document is accessible from two different paths: (http://www.mr.edu/myservice/1 and http://www.mr.edu/myservice/1/)
Good: (wss 1.1.9)
http://service.iris.edu/fdsnws/station/1
Bad: (wssversion 2.2.3)
http://service.iris.edu/fdsnws/dataselect/1
History
#1 Updated by Mike Stults almost 8 years ago
- Resolution set to Fixed
- Target version set to 2.3