I have Jetty application which is very big. I need to replace all 302 redirects to 301.
Can I force Jetty to always do 301 redirect when doing response.sendRedirect('someURL') ?
I have Jetty application which is very big. I need to replace all 302 redirects to 301.
Can I force Jetty to always do 301 redirect when doing response.sendRedirect('someURL') ?