Datastar cleanup release - including changes to access permissions review and editing as well as fedora utilities.
This commit is contained in:
parent
e402b03ac9
commit
73172f4f40
9 changed files with 15 additions and 9 deletions
|
@ -41,6 +41,8 @@
|
|||
<%@page import="edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.edit.n3editing.ModelChangePreprocessor"%>
|
||||
<%@ page import="edu.cornell.mannlib.vitro.webapp.controller.Controllers" %>
|
||||
<%@ page import="java.net.URLDecoder" %>
|
||||
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
|
||||
|
||||
<%-- 2nd prototype of processing.
|
||||
|
@ -73,7 +75,7 @@ are well formed.
|
|||
* we have to make a copy. */
|
||||
Map <String,String[]> queryParameters = null;
|
||||
queryParameters = vreq.getParameterMap();
|
||||
|
||||
|
||||
List<String> errorMessages = new ArrayList<String>();
|
||||
|
||||
EditConfiguration editConfig = EditConfiguration.getConfigFromSession(session,vreq,queryParameters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue