View | Details | Raw Unified | Return to bug 61542
Collapse All | Expand All

(-)webapps/docs/default-servlet.xml (+5 lines)
Lines 173-178 Link Here
173
  <property name="readonly">
173
  <property name="readonly">
174
        Is this context "read only", so HTTP commands like PUT and
174
        Is this context "read only", so HTTP commands like PUT and
175
        DELETE are rejected?  [true]
175
        DELETE are rejected?  [true]
176
        <br />
177
        Mainly used for WebDAV.
178
        <br />
179
        <b>SECURITY WARNING:</b> Allows remote creation and deletion of files
180
        on the server if set to false.
176
  </property>
181
  </property>
177
  <property name="fileEncoding">
182
  <property name="fileEncoding">
178
        File encoding to be used when reading static resources.
183
        File encoding to be used when reading static resources.

Return to bug 61542