-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
In upcoming Ruby 2.7 the URI.decode method now spams warnings every invocation by default. There does not appear to be a way to turn them off, and there is no replacement for URI.decode in Ruby standard library.
We need to either have the URI.decode method restored to previous behavior of not warning by default, get Ruby to provide a replacement, or implement URI decoding ourselves.
- related to
-
RUBY-1775 Make driver Ruby warning-clean
- Closed
- links to