Repository: jena Updated Branches: refs/heads/master a2fb93c2c -> ff723ecfe
Update the MIME types for RDF related syntaxes and file extensions. Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/92931cff Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/92931cff Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/92931cff Branch: refs/heads/master Commit: 92931cfffb9f221f3f7183f666d6b63a2149de6f Parents: b642b16 Author: Andy Seaborne <[email protected]> Authored: Sun May 28 09:51:38 2017 +0100 Committer: Andy Seaborne <[email protected]> Committed: Sun May 28 09:51:38 2017 +0100 ---------------------------------------------------------------------- .../jena-fuseki-core/src/main/webapp/WEB-INF/web.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/92931cff/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml b/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml index 18a3223..5556726 100644 --- a/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml +++ b/jena-fuseki2/jena-fuseki-core/src/main/webapp/WEB-INF/web.xml @@ -269,7 +269,7 @@ <mime-mapping> <extension>rdf</extension> - <mime-type>application/rdf+xml;charset=utf-8</mime-type> + <mime-type>application/rdf+xml</mime-type> </mime-mapping> <mime-mapping> <extension>ttl</extension> @@ -277,15 +277,15 @@ </mime-mapping> <mime-mapping> <extension>nt</extension> - <mime-type>text/plain;charset=utf-8</mime-type> + <mime-type>applicartion/n-triples</mime-type> </mime-mapping> <mime-mapping> <extension>nq</extension> - <mime-type>text/nquads;charset=utf-8</mime-type> + <mime-type>application/n-quads</mime-type> </mime-mapping> <mime-mapping> <extension>trig</extension> - <mime-type>application/trig;charset=utf-8</mime-type> + <mime-type>application/trig</mime-type> </mime-mapping> <mime-mapping> <extension>jsonld</extension>
