Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
91aaafb0
Commit
91aaafb0
authored
Feb 24, 2012
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#2057 - Webdav User Password can't contain special chars
parent
b2fbe1b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server/plugins-available/apache2_plugin.inc.php
server/plugins-available/apache2_plugin.inc.php
+1
-0
No files found.
server/plugins-available/apache2_plugin.inc.php
View file @
91aaafb0
...
...
@@ -1767,6 +1767,7 @@ class apache2_plugin {
$output
.
=
" Alias /webdav/"
.
$fn
.
' '
.
$webdavRoot
.
'/'
.
$fn
.
"
\n
"
;
$output
.
=
" <Location /webdav/"
.
$fn
.
">
\n
"
;
$output
.
=
" DAV On
\n
"
;
$output
.
=
' BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On'
.
"
\n
"
;
$output
.
=
" AuthType Digest
\n
"
;
$output
.
=
" AuthName
\"
"
.
$fn
.
"
\"\n
"
;
$output
.
=
" AuthUserFile "
.
$webdavRoot
.
'/'
.
$file
.
"
\n
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment