There was an error while loading. Please reload this page.
1 parent 90e4cb9 commit 301802aCopy full SHA for 301802a
openid-connect-server-webapp/src/main/webapp/WEB-INF/web.xml
@@ -17,7 +17,10 @@
17
-->
18
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
19
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
-xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
+xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
21
+metadata-complete="true">
22
+
23
+<absolute-ordering />
24
25
<!-- The definition of the Root Spring Container shared by all Servlets
26
and Filters -->
0 commit comments