]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/libxml.rb
merge 19364:19600 of rails_port into the openID branch
[rails.git] / config / initializers / libxml.rb
index ae636a9a31039a260539fd2d195fa49e9ce56684..07f79660f8a8b13107a3bc84dd6f41430b960200 100644 (file)
@@ -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