forked from Edirom/MerMEId
-
Notifications
You must be signed in to change notification settings - Fork 0
/
orbeon-web.xml.patch
95 lines (95 loc) · 3.54 KB
/
orbeon-web.xml.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
--- WEB-INF/web.xml.orig 2019-02-07 21:48:30.000000000 +0100
+++ WEB-INF/web.xml 2020-06-17 21:00:02.405363256 +0200
@@ -40,7 +40,7 @@
<!--Set run mode ("dev" or "prod")-->
<context-param>
<param-name>oxf.run-mode</param-name>
- <param-value>prod</param-value>
+ <param-value>dev</param-value>
</context-param>
<!--Set location of properties.xml-->
<context-param>
@@ -92,17 +92,6 @@
<param-value>oxf:/apps/context/session-destroyed.xpl</param-value>
</context-param>-->
<!-- End session listener processors -->
- <!--Security filter for eXist-->
- <filter>
- <filter-name>orbeon-exist-filter</filter-name>
- <filter-class>org.orbeon.oxf.servlet.TokenSecurityFilter</filter-class>
- </filter>
- <filter-mapping>
- <filter-name>orbeon-exist-filter</filter-name>
- <url-pattern>/exist/*</url-pattern>
- <dispatcher>REQUEST</dispatcher>
- <dispatcher>FORWARD</dispatcher>
- </filter-mapping>
<!--Limit concurrent access to Form Runner-->
<filter>
<filter-name>orbeon-limiter-filter</filter-name>
@@ -268,40 +257,6 @@
<param-value>oxf:/config/error.xpl</param-value>
</init-param>
</servlet>
- <!-- Uncomment this for the eXist XMLRPC support -->
- <!--
- <servlet>
- <servlet-name>exist-xmlrpc-servlet</servlet-name>
- <servlet-class>org.exist.xmlrpc.RpcServlet</servlet-class>
- </servlet>-->
- <!-- End eXist XMLRPC support -->
- <servlet>
- <servlet-name>exist-rest-servlet</servlet-name>
- <servlet-class>org.exist.http.servlets.EXistServlet</servlet-class>
- <init-param>
- <param-name>basedir</param-name>
- <param-value>WEB-INF/</param-value>
- </init-param>
- <init-param>
- <param-name>configuration</param-name>
- <param-value>exist-conf.xml</param-value>
- </init-param>
- <init-param>
- <param-name>start</param-name>
- <param-value>true</param-value>
- </init-param>
- </servlet>
- <!-- Uncomment this for the eXist WebDAV support -->
- <!--
- <servlet>
- <servlet-name>exist-webdav-servlet</servlet-name>
- <servlet-class>org.exist.http.servlets.WebDAVServlet</servlet-class>
- <init-param>
- <param-name>authentication</param-name>
- <param-value>basic</param-value>
- </init-param>
- </servlet>-->
- <!-- End eXist WebDAV support -->
<servlet-mapping>
<servlet-name>orbeon-main-servlet</servlet-name>
<url-pattern>/</url-pattern>
@@ -310,24 +265,6 @@
<servlet-name>orbeon-renderer-servlet</servlet-name>
<url-pattern>/xforms-renderer</url-pattern>
</servlet-mapping>
- <servlet-mapping>
- <servlet-name>exist-rest-servlet</servlet-name>
- <url-pattern>/exist/rest/*</url-pattern>
- </servlet-mapping>
- <!-- Uncomment this for the eXist XMLRPC support -->
- <!--
- <servlet-mapping>
- <servlet-name>exist-xmlrpc-servlet</servlet-name>
- <url-pattern>/exist/xmlrpc</url-pattern>
- </servlet-mapping>-->
- <!-- End eXist XMLRPC support -->
- <!-- Uncomment this for the eXist WebDAV support -->
- <!--
- <servlet-mapping>
- <servlet-name>exist-webdav-servlet</servlet-name>
- <url-pattern>/exist/webdav/*</url-pattern>
- </servlet-mapping>-->
- <!-- End eXist WebDAV support -->
<!-- Uncomment this for the relational persistence, and change oracle if necessary -->
<!--
<resource-ref>