<%@ page session="false" contentType="text/html" buffer="8kb" %> <% //response.sendRedirect("http://stackoverflow.com/search?[jmeter]"); //response.sendRedirect("http://localhost:8080/toto?titi=[]!@$%^*()#"); //response.sendRedirect("http://localhost:8080/%5B%5D"); // http://localhost:8080/?%5B%5D%21%40%24%25%5E*%28%29 //response.sendRedirect("http://localhost:8080/?%25%5B%5D!@$%^*()#"); //response.sendRedirect("http://localhost:8080/?toto=titi&trte=titi"); //response.sendRedirect("http://localhost:8080/%5B%5D?[]!@$%^*()#"); //response.sendRedirect("http://localhost:8080/[]"); //response.sendRedirect("/Pub/Login.aspx"); response.setStatus(302); response.setHeader("Location", "Pub/Login.aspx"); %>