Show More
@@ -45,7 +45,7 b'' | |||
|
45 | 45 | % if use_https: |
|
46 | 46 | RequestHeader edit Destination ^https: http: early |
|
47 | 47 | % else: |
|
48 |
|
|
|
48 | RequestHeader edit Destination ^https: http: early | |
|
49 | 49 | % endif |
|
50 | 50 | |
|
51 | 51 | <Location "${location_root|n}"> |
@@ -115,5 +115,5 b' class TestModDavSvnConfig(object):' | |||
|
115 | 115 | assert 'RequestHeader edit Destination ^https: http: early' \ |
|
116 | 116 | in generated_config |
|
117 | 117 | else: |
|
118 |
assert ' |
|
|
118 | assert 'RequestHeader edit Destination ^https: http: early' \ | |
|
119 | 119 | in generated_config |
General Comments 0
You need to be logged in to leave comments.
Login now