Actions
Bug #2398
closedLoading free ip address in Ruby 1.9.3
Description
In Ruby 1.8.7:
{}.to_s # => ""
In Ruby 1.9.3
{}.to_s # => "{}"
This causes the url for smart proxy to be broken.
Updated by Dominic Cleal almost 12 years ago
- Project changed from Foreman to Smart Proxy
- Status changed from New to Ready For Testing
Updated by Dominic Cleal almost 12 years ago
- Project changed from Smart Proxy to Foreman
Updated by Dominic Cleal almost 12 years ago
- Category set to Proxy gateway
- Target version set to 1.2.0
Updated by Ivan Necas almost 12 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset eece68684f2680d6bb336b24af454acdcf2a3e68.
Actions