[ 
http://jira.dspace.org/jira/browse/DS-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kim Shepherd updated DS-118:
----------------------------

    Attachment: ds118_xmlui_uploadstep.patch

In the "Review" phase of submission in XMLUI, the URL to the bitstream is built 
like this:

String url = contextPath+"/retrieve/"+id+"/"+name;

Where it should be built like this:

String url = contextPath + "/bitstream/item/" +  item.getID() + "/" +name;

I've attached a patch which fixes this issue.

> File preview link during submission leeds to page not found
> -----------------------------------------------------------
>
>                 Key: DS-118
>                 URL: http://jira.dspace.org/jira/browse/DS-118
>             Project: DSpace 1.x
>          Issue Type: Bug
>          Components: XMLUI
>    Affects Versions: 1.5.2
>            Reporter: Claudia Jürgen
>         Attachments: ds118_xmlui_uploadstep.patch
>
>
> During the review process of a submission, the user is presented with links 
> to the uploaded files in order to review the files. These links lead to a 
> page not found.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to