Catch GET_SHARE_URL post file action

This commit is contained in:
Jure Grabnar 2016-09-22 18:47:13 +02:00
parent 3600fbfe64
commit 0c9292e4fc

View file

@ -36,6 +36,8 @@ class WopiController < ActionController::Base
unlock
when "REFRESH_LOCK"
refresh_lock
when "GET_SHARE_URL"
render :nothing => true, :status => 501 and return
else
render :nothing => true, :status => 404 and return
end