mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #1407 from atmire/DS-3150
DS-3150: Form to request a copy of an embargoed item/bitstream throws error (JSPUI)
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
<%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
|
||||
|
||||
<%@ page import="org.dspace.app.webui.servlet.RequestItemServlet"%>
|
||||
<%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %>
|
||||
<%@ page import="java.util.*"%>
|
||||
<%@ page import="org.dspace.app.webui.servlet.*" %>
|
||||
|
||||
<%
|
||||
request.setCharacterEncoding("UTF-8");
|
||||
@@ -48,8 +48,8 @@
|
||||
String coment = (String) request.getAttribute("coment");
|
||||
if (coment == null)
|
||||
coment = "";
|
||||
|
||||
String bitstream_id = (String) request.getAttribute("bitstream-id");
|
||||
|
||||
UUID bitstream_id = (UUID) request.getAttribute("bitstream-id");
|
||||
boolean allfiles = (request.getAttribute("allfiles") != null);
|
||||
|
||||
%>
|
||||
|
Reference in New Issue
Block a user