# File lib/rhc/rest/client.rb, line 204
      def precheck_application_id(application)
        raise ApplicationNotFoundException.new("Application not specified") if application.blank?
        raise ApplicationNotFoundException.new("Application #{application} not found") if ['.','..'].include?(application)
      end