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