X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/721dd9c27d299455b9159457a095716f797389f1..b9c9d6c1aafdd60c72b54345b4d2dc94317298a0:/config/initializers/libxml.rb diff --git a/config/initializers/libxml.rb b/config/initializers/libxml.rb index ae636a9a3..07f79660f 100644 --- a/config/initializers/libxml.rb +++ b/config/initializers/libxml.rb @@ -1,9 +1,5 @@ # This is required otherwise libxml writes out memory errors to -# the standard output and exits uncleanly -# Changed method due to deprecation of the old register_error_handler -# http://libxml.rubyforge.org/rdoc/classes/LibXML/XML/Parser.html#M000076 -# So set_handler is used instead -# http://libxml.rubyforge.org/rdoc/classes/LibXML/XML/Error.html#M000334 +# the standard output and exits uncleanly LibXML::XML::Error.set_handler do |message| raise message end