Redirect or forward
问题 Looking through some legacy code I have in front of me using struts one, I see: <global-forwards> ... <forward name="accessDenied" path="/www/jsp/AccessDeniedForm.do" redirect="true" /> </global-forwards> So it's just a global forward to send to a access denied page. I am curious about the decision to redirect as opposed to forward. What are the advantages and disadvantages of using it? 回答1: What are the pro's and con's of using it? Before discussing pro's and con's of using that forward