I am using spring portlet version ( spring 4.1).
@ActionMapping(param="action=redirectTest")
public void handleRenderRequest(ActionRequest request,ActionResponse response,Model model){
System.out.printIn("the value coming");
response.sendRedirect("https://www.google.com");
System.out.printIn("the value coming");
}
the sendRedirect is not working ?
Check Liferay's limited redirect configuration, configure accordingly and retry.
From that link, including the default values and documentation: