mirror of
https://github.com/redmine/redmine.git
synced 2026-03-31 01:30:44 +02:00
Backport only the fix without tests to 4.2-stable (#37718).
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21882 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -115,7 +115,7 @@ module Redmine
|
||||
entries <<
|
||||
Entry.new(
|
||||
{
|
||||
:name => CGI.unescape(name),
|
||||
:name => Addressable::URI.unescape(name),
|
||||
:path => ((path.empty? ? "" : "#{path}/") + name),
|
||||
:kind => entry['kind'],
|
||||
:size => ((s = entry['size']) ? s['__content__'].to_i : nil),
|
||||
|
||||
Reference in New Issue
Block a user