]> git.openstreetmap.org Git - rails.git/commit
Added methods to strip those non-XML control characters from tags in AMF controller...
authorMatt Amos <zerebubuth@gmail.com>
Mon, 27 Jul 2009 16:54:00 +0000 (16:54 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 27 Jul 2009 16:54:00 +0000 (16:54 +0000)
commit4826032d183932312d635193c9d3acef6107f280
tree7971a62009855e2aea30dab01484a3f07a53e989
parentbec2340a448d2eaa9ffe2e2ca1980b31ae73c342
Added methods to strip those non-XML control characters from tags in AMF controller and give an error if there's invalid UTF-8.
app/controllers/amf_controller.rb
lib/utf8.rb [new file with mode: 0644]
lib/validators.rb
test/functional/amf_controller_test.rb