UAE summons Israeli ambassador over 'deplorable' attacks on Palestinians in Jerusalem

UAE summons Israeli ambassador over 'deplorable' attacks on Palestinians in Jerusalem

Abu Dhabi calls for respecting Hashemite custodianship over Jerusalem’s holy sites


AMMAN — The UAE has summoned Israel’s ambassador to the country to express its condemnation of “provocative practices by Israeli extremists” during a rally in Jerusalem earlier this week, the state news agency, WAM, reported on Wednesday.

WAM carried a Ministry of Foreign Affairs’ statement which said that Abu Dhabi has summoned the Israeli ambassador to the country, to “condemn in the strongest terms the deplorable and offensive violations against the Palestinian people that took place in the courtyard of Al Aqsa Mosque and in the Muslim Quarter of the Old City.”

The UAE emphasised the need to respect the “custodial role of the Hashemite Kingdom of Jordan over the holy sites in accordance with international law and historical status, and not to compromise the authority of the Jerusalem Endowment Administration that manages the affairs of Al Aqsa Mosque, Qubbat Al Sakhrah, and the surrounding courtyards.”

In the statement, the ministry emphasised the UAE’s rejection of all practices that violate resolutions on international legitimacy and threaten further escalation. “The UAE underscored the need to respect the status quo of Al Aqsa Mosque, and the importance of protecting all holy sites in Jerusalem, which symbolise coexistence and peace.”

“The UAE underscored that these provocative, arbitrary practices represent dangerous incitement against Muslims, and are a flagrant violation of the sanctity of the holy city,” WAM reported.

The ministry called on Israeli government to shoulder its responsibilities, hold perpetrators accountable without exception to ministers and officials, and take urgent steps to prevent the exploitation of Jerusalem for agendas of violence, extremism and incitement. “The UAE reiterates that failure to act will be seen as tacit approval that will only further deepen the cycle of hatred, racism, and instability.”

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });