https://bz.apache.org/bugzilla/show_bug.cgi?id=57726
EugeneB <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEEDINFO |RESOLVED --- Comment #15 from EugeneB <[email protected]> --- Thanks to Toshi MARUYAMA from Redmine Team, this problem is resolved! "https://github.com/macournoyer/thin/issues/268" "https://github.com/marutosi/rails/commit/c53a49e0bbe615d5ff51620a993c4d3d79c73370" I have updated line 32 at my file\apps\redmine\htdocs\vendor\bundle\ruby\2.0.0\gems\actionpack-4.2.0\lib\action_dispatch\middleware\static.rb from "path = File.join(@root, p)" to "path = File.join(@root, p.force_encoding('UTF-8'))" And now links with capital "И" opens correctly! Thanks to everyone who take part in resolving this problem. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
