-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.0, 1.5.1
-
Fix Version/s: 1.5.2
-
Component/s: XMLUI
-
Labels:None
-
Attachments:
-
Comments:1
In the XMLUI, if a person (or more likely a web spider) visits an item page with a trailing slash, a 404 message is displayed.
An example:
Suppose, that the following URL refers to a valid DSpace item page:
http://www.mydspace.edu/handle/123456789/1
Unfortunately, if you add a trailing slash, the DSpace XMLUI will return a 404 ("item not found") message:
http://www.mydspace.edu/handle/123456789/1/
The XMLUI should redirect item page URLs with a single trailing slash to the page without the trailing slash, rather than just returning a 404.