Skip to content

Commit

Permalink
fix: preventing IllegalArbumentException when starting rdf4j server
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin0815bla committed Nov 30, 2023
1 parent 38e0a05 commit f872378
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion remoting/resources/web/rdf4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
<display-name>RDF4J Server</display-name>
<absolute-ordering>
<name>spring_web</name>
</absolute-ordering>
<description>RDF4J Server</description>
<!-- Uncomment this and the associated filter-mapping to enable cross-origin requests.
See https://github.com/eBay/cors-filter to change default configuration settings.
Expand Down Expand Up @@ -137,4 +140,4 @@
<welcome-file-list>
<welcome-file>overview.view</welcome-file>
</welcome-file-list>
</web-app>
</web-app>

0 comments on commit f872378

Please sign in to comment.