I have this ajax call in my GSP:
$.ajax({ url: \'${request.contextPath + \'/Ticket/passAll\'}\', type: \'POST\', data: data, success: functio
You dont need to do it via ajax. The page will not redirect for file downloads.