Posts by user59355 • 11 points
1 post
-
1
votes0
answers95
viewsQ: java redirect 301
I need to do a permanent directing via Servlet in java, with the code below: Here it directs with the status 301 response.setStatus(HttpServletResponse.SC_MOVED_PERMANENTLY);…