Actions
Bug #12564
closedURI does not downcase scheme in Rails 4
Status:
Duplicate
Priority:
Normal
Assignee:
Category:
-
Target version:
Description
Tests on spec/helpers/katello_url_helper_spec.rb fail on Rails 4, because URI.parse(url).scheme will return scheme without downcasing it. We can add a fix for this helper in a backwards-compatible manner.
Actions