File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 44#
55
66project.name =doc
7- project.version =0.4.8
7+ project.version =0.4.9
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
21<!-- $Id$ -->
32<book >
43 <bookinfo >
197196 </para >
198197 </section >
199198 </section >
199+ <section id =" serialization" >
200+ <title >Serialization</title >
201+ <para >
202+ When retrieving an XML document via the WebDAV interface, the default serialization settings as defined
203+ in <ulink url =" configuration.xml#conf.xml" >conf.xml</ulink > are effective. It is possible to define
204+ specific for the WebDAV interface custom serialization settings.
205+ </para >
206+ <para >
207+ Copy the file <filename >extensions/webdav/webdav.properties</filename > into the <filename >$EXIST_HOME</filename > directory and uncomment/modify the
208+ parameters. Changes in this file requires a restart of eXist-db.
209+ </para >
210+ <para >
211+ <example >
212+ <title >webdav.properties</title >
213+ <programlisting >
214+ <markup >## XML Serialization options for the WevDAV
215+ ## The file is read from EXIST_HOME
216+ ## Be carefull changing the default values !
217+ indent=no
218+ expand-xincludes=no
219+ process-xsl-pi=no
220+ encoding=UTF-8
221+ omit-xml-declaration=no</markup >
222+ </programlisting >
223+ </example >
224+ </para >
225+
226+ </section >
227+ <section id =" notes" >
228+ <title >Notes</title >
229+ <para >
230+ From the <ulink url =" https://github.com/eXist-db/exist/issues/1442" >community</ulink > we
231+ have received feedback that the WebDAV interface is not fully functional when it is
232+ accessed via a reverse proxy and a resource's path is altered (aliased) with it.
233+ </para >
234+ </section >
200235 </chapter >
201- </book >
236+ </book >
You can’t perform that action at this time.
0 commit comments