]> git.openstreetmap.org Git - rails.git/commit
Fixed AMF controller to validate changeset comments
authorMatt Amos <zerebubuth@gmail.com>
Sun, 8 Aug 2010 14:47:55 +0000 (15:47 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 8 Aug 2010 15:23:11 +0000 (16:23 +0100)
commit838b1ee7e9b664f8a1f0987cc3d76df666e131c5
tree0ff12c45140781f0f1d1b50a584eae2137eab2f2
parent13c60137c28e5f2402c319885960ec8cd4aa33e1
Fixed AMF controller to validate changeset comments

Fixed AMF controller so that it doesn't accept non-UTF8 comments, and
throws away non-XML characters.
app/controllers/amf_controller.rb
test/functional/amf_controller_test.rb