samvera / hydra-head

Samvera Repository Rails Engine
Other
98 stars 41 forks source link

Uri escape #525

Closed maxkadel closed 3 years ago

maxkadel commented 3 years ago

Address deprecated URI.escape method and related methods. In applications using Ruby 2.7 and above this deprecation now creates a warning-level message which clogs up logs and makes it hard to diagnose issues with Hydra::AccessControls.

Changes proposed in this pull request:

@samvera/hydra-head