Skip to content

Commit

Permalink
Added logging message for JRuby users to know they're at a disadvantage.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Oct 23, 2013
1 parent 10911f8 commit b42877b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fog/aws.rb
Expand Up @@ -94,6 +94,7 @@ def self.escape(string)
string = begin
Unicode::normalize_C(string)
rescue
Fog::Logger.warning("Fog::AWS string escaping will not normalize Unicode characters on JRuby, pending a fix for issue #2279")
string
end

Expand Down

0 comments on commit b42877b

Please sign in to comment.