Fixing redirect for linked data request. Improved tabulator support.
This commit is contained in:
parent
ca1aea20dc
commit
2d6b48268d
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ public class IndividualController extends FreemarkerHttpServlet {
|
|||
// Check to see if the request is for a non-information resource, redirect if it is.
|
||||
String redirectURL = checkForRedirect ( url, vreq );
|
||||
if( redirectURL != null ){
|
||||
redirectURL = UrlBuilder.getUrl(redirectURL);
|
||||
return new RedirectResponseValues(redirectURL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue