From 3ab396dcc7d2f1fdb3b676afa9ae030fc6f80728 Mon Sep 17 00:00:00 2001 From: j2blake Date: Sun, 17 Nov 2013 13:19:49 -0500 Subject: [PATCH] =?UTF-8?q?VIVO-453=20language=20filtering=20defaults=20to?= =?UTF-8?q?=20=E2=80=9Cfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/example.runtime.properties | 4 ++-- doc/install.html | 4 ++-- doc/upgrade-1.5.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/example.runtime.properties b/config/example.runtime.properties index 587ffb4c..e6092d54 100644 --- a/config/example.runtime.properties +++ b/config/example.runtime.properties @@ -159,9 +159,9 @@ proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf # # Show only the most appropriate data values based on the Accept-Language -# header supplied by the browser. Default is true if not set. +# header supplied by the browser. Default is false if not set. # -RDFService.languageFilter = true +# RDFService.languageFilter = false # # Force VIVO to use a specific language or Locale instead of those diff --git a/doc/install.html b/doc/install.html index 81f71145..da498f2d 100644 --- a/doc/install.html +++ b/doc/install.html @@ -816,7 +816,7 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com Show only the most appropriate data values based on the Accept-Language - header supplied by the browser. Default is true if not set. + header supplied by the browser. Default is false if not set. @@ -824,7 +824,7 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com RDFService.languageFilter - true + false diff --git a/doc/upgrade-1.5.html b/doc/upgrade-1.5.html index b83478fb..692fc8b9 100644 --- a/doc/upgrade-1.5.html +++ b/doc/upgrade-1.5.html @@ -182,7 +182,7 @@ Show only the most appropriate data values based on the Accept-Language - header supplied by the browser. Default is true if not set. + header supplied by the browser. Default is false if not set. @@ -190,7 +190,7 @@ RDFService.languageFilter - true + false