<%@ page contentType="text/html; charset=UTF-8" %> <%@page import="java.net.URL" %> <%@page import="eu.dnetlib.functionality.notification.app.NotificationServiceContextUtils" %> <% NotificationServiceContextUtils.getNotificationService(application).disableSubscription(request.getParameter("queryId"), new URL(request.getParameter("alertService"))); response.sendRedirect("../subscriptions.jsp"); %>