diff --git a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java index dc6173a83..e7b261ea3 100644 --- a/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java +++ b/src/main/java/com/atomgraph/linkeddatahub/server/filter/request/ApplicationFilter.java @@ -68,7 +68,7 @@ public void filter(ContainerRequestContext request) throws IOException com.atomgraph.linkeddatahub.apps.model.Application app = appResource.as(com.atomgraph.linkeddatahub.apps.model.Application.class); request.setProperty(LAPP.Application.getURI(), app); // wrap into a helper class so it doesn't interfere with injection of Application - // use the ?namedGraph URL parameter to override the effective request URI if its URI value is relative to the app's base URI + // use the ?graph URL parameter to override the effective request URI if its URI value is relative to the app's base URI final URI requestURI; if (request.getUriInfo().getQueryParameters().containsKey(LDH.graph.getLocalName())) try diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl index 656370801..684906c48 100644 --- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl +++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/content.xsl @@ -1034,7 +1034,7 @@ exclude-result-prefixes="#all" - + @@ -1050,7 +1050,8 @@ exclude-result-prefixes="#all" - + +