diff --git a/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb b/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb index 24b8081..ab89a4b 100644 --- a/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb +++ b/plugins/mezuro/controllers/mezuro_plugin_profile_controller.rb @@ -101,7 +101,8 @@ class MezuroPluginProfileController < ProfileController end def redirect_to_error_page(message) - redirect_to "/profile/#{profile.identifier}/plugin/mezuro/error_page?message=#{message}" + message = URI.escape(CGI.escape(message),'.') + redirect_to "/profile/#{profile.identifier}/plugins/mezuro/error_page?message=#{message}" end def project_content_has_errors? -- libgit2 0.21.2