Skip to content

Commit

Permalink
Updated NEWS for Bug#4263. Updated CopyOptions docs for directive cha…
Browse files Browse the repository at this point in the history
…nge.
  • Loading branch information
Castaglia committed Aug 4, 2016
1 parent c24e2c7 commit 7aa986d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -34,6 +34,7 @@
- Bug 4240 - Support OpenSSL 1.1.x API.
- Bug 4262 - SITE CPTO returns 250 even when the copy operation fails due to
the user's quota being exceeded.
- Bug 4263 - SITE CPTO terminated by TimeoutIdle.

1.3.6rc2 - Released 10-Mar-2016
--------------------------------
Expand Down
8 changes: 4 additions & 4 deletions doc/contrib/mod_copy.html
Expand Up @@ -74,12 +74,12 @@ <h2><a name="CopyOptions">CopyOptions</a></h2>
<p>
The currently implemented options are:
<ul>
<li><code>DeleteOnFailure</code><br>
<li><code>NoDeleteOnFailure</code><br>
<p>
The <code>mod_copy</code> file, when a copying operation fails, will
<b>not</b> delete the <i>destination</i> file by default. If, however,
you do not want to keep that destination file when a failure happens, use
this option.
delete the <i>destination</i> file by default. If, however, you <b>do</b>
want to keep that destination file when a failure happens, use this option.
</li>
</ul>

<p>
Expand Down

0 comments on commit 7aa986d

Please sign in to comment.