Project

General

Profile

« Previous | Next » 

Revision 4d3f2dfa

Added by Stephen Benjamin about 10 years ago

fixes #5054 - Minor bug fixes to FreeIPA Smart Proxy

View differences:

lib/realm_api.rb
begin
content_type :json
@realm.delete params[:realm], params[:hostname]
rescue Proxy::Realm::NotFound => e
log halt 404, "#{e}"
rescue Exception => e
log_halt 400, e
end

Also available in: Unified diff