FIX: handle encoded mailto links when looking for upload record

This commit is contained in:
Arpit Jalan
2018-05-17 12:43:30 +05:30
parent 117763493b
commit 539cf32f87
2 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Upload < ActiveRecord::Base
# always try to get the path
uri = begin
URI(url)
URI(URI.unescape(url))
rescue URI::InvalidURIError
end