What is the best practice for sending a 301 redirect ( HttpServletResponse.SC_MOVED_PERMANENTLY) in Wicket?
I found the following discussion: http://www.nabble.com/302-vs.-301-Redirect-td14156515.html But no guidance as to best practice. This explains how to send a 302 (Temporarily moved) redirect: http://cwiki.apache.org/WICKET/how-to-redirect-to-an-external-non-wicket-page.html Thanks, Ari
