SwiftFileBackend::resolveContainerPath() check the proper length
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 17 Nov 2017 23:27:49 +0000 (15:27 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 17 Nov 2017 23:37:04 +0000 (23:37 +0000)
commit205f4606af22fe1029e8699309ce30daf355b68d
tree78d390d406e7cd8912edf9bb452f5315cedcea34
parent4a5da08ece7c81fa7993067c625e0268ded45575
SwiftFileBackend::resolveContainerPath() check the proper length

The length sanity check should use this instead of urlencode()
see it is rawurlencode() that is actually used.

Change-Id: I5632e30c14c8ab27c8324c3e31311ca8bff7c162
includes/libs/filebackend/SwiftFileBackend.php