projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ever more tests...
[rails.git]
/
app
/
controllers
/
changeset_controller.rb
diff --git
a/app/controllers/changeset_controller.rb
b/app/controllers/changeset_controller.rb
index a2efdce7b2e69c137cc43a7acbdcb10b05e27efc..38effa14c168cacc0a48bf484b91893dafcb7f95 100644
(file)
--- a/
app/controllers/changeset_controller.rb
+++ b/
app/controllers/changeset_controller.rb
@@
-442,6
+442,8
@@
class ChangesetController < ApplicationController
respond_to do |format|
format.rss
end
+ rescue OSM::APIBadUserInput
+ render :text => "", :status => :bad_request
end
private