Issue with Radius tag in Ruby 1.9.2
Closed this issue · 3 comments
I am using rails 2.3.11 and ruby 1.9.2 with RVM.
Ex:-
When I am passing HTML content along with the radius tag,then the Radius Parser is returning unwanted characters like \r\n and [" and multiple slashes before the double quotes.
Like :-
"<p align=\"left\">"
I am using radius gem 0.7.1.
I've just run into this - it's to do with the Utility array_to_s method - switching down to ree or 1.8.7 should fix it for now.
Is there any chance someone on the development team is looking into this?
I got bitten by this as well. I don't know your use-cases, but for me it had to do with the fragment cacher extension sending non-UTF8 content when reading from the cache.
I'm not sure if it's radius' task to force encoding, but the referencing patch above fixes this for me.