response.setStatus(301)
和response.sendRedirect("/hello");
时,HTTP response Headers status is 302
//input response.sendRedirect("/hello"); response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);
// outputRequest URL: http://localhost:9999/account/listRequest Method: GET Status Code: 302 Remote Address: [::1]:9999Referrer Policy: no-referrer-when-downgrade HTTP/1.1 302Location: http://localhost:9999/helloContent-Length: 0Date: Sun, 29 Jul 2018 17:38:31 GMT
HUH函数
慕斯王