VIVO-212 The "unfiltered" WebappDaoFactory must be built from language-aware models, even if no policy filtering is applied.
This commit is contained in:
parent
46ae630e95
commit
73fd47dd55
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class RequestModelsPrep implements Filter {
|
|||
addLanguageAwarenessToRequestModel(req, ModelID.BASE_FULL);
|
||||
|
||||
WebappDaoFactory unfilteredWadf = new WebappDaoFactorySDB(rdfService,
|
||||
ModelAccess.on(ctx).getUnionOntModelSelector(), config);
|
||||
ModelAccess.on(vreq).getUnionOntModelSelector(), config);
|
||||
ModelAccess.on(vreq).setWebappDaoFactory(FactoryID.UNFILTERED_UNION,
|
||||
unfilteredWadf);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue