Merge pull request #1461 from fxthomas/1255-fix-missing-web-xml

Add empty web.xml to fix DWR warnings
master
François-Xavier Thomas 4 years ago committed by GitHub
commit 2a088521c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      airsonic-main/src/main/webapp/WEB-INF/web.xml

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
https://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
<!--
The Airsonic Spring configuration is annotation-based.
This file is kept empty in order to prevent DWR from emitting warnings.
See: https://github.com/airsonic/airsonic/issues/1255
-->
</web-app>
Loading…
Cancel
Save