Skip to content

Commit ed24aa6

Browse files
author
Till Brehm
committed
Merge branch 'webdav_dos' into 'master'
Static AuthName WebDav (Fixes DoS vulnerability) See merge request !615
2 parents ac7375f + 9c78e69 commit ed24aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ private function _patchVhostWebdav($fileName, $webdavRoot) {
27462746
$output .= "Dav On\n";
27472747
$output .= "BrowserMatch MSIE AuthDigestEnableQueryStringHack=On\n";
27482748
$output .= "AuthType Digest\n";
2749-
$output .= "AuthName \"$fn\"\n";
2749+
$output .= "AuthName \"Restricted Area\"\n";
27502750
$output .= "AuthUserFile $webdavRoot/$file\n";
27512751
$output .= "Require valid-user\n";
27522752
$output .= "Options +Indexes\n";

0 commit comments

Comments
 (0)