Skip to content

Commit

Permalink
* subversion/tests/cmdline/svntest/main.py
Browse files Browse the repository at this point in the history
  (_mod_dav_url_quoting_broken_versions): Expand set to include the versions
    impacted by either Apache httpd PR 56480 or PR 55397.


git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1665611 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
breser committed Mar 10, 2015
1 parent b9c21ac commit 6bb018f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions subversion/tests/cmdline/svntest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,14 @@ def is_plaintext_password_storage_disabled():


# https://issues.apache.org/bugzilla/show_bug.cgi?id=56480
# https://issues.apache.org/bugzilla/show_bug.cgi?id=55397
__mod_dav_url_quoting_broken_versions = frozenset([
'2.2.27',
'2.2.26',
'2.2.25',
'2.4.9',
'2.4.8',
'2.4.7',
])
def is_mod_dav_url_quoting_broken():
if is_ra_type_dav():
Expand Down

0 comments on commit 6bb018f

Please sign in to comment.