Redirect vs. Forward
- For the forward named welcome, the browser is to be redirected to the
page at login.jsp
- Despite the use of the attribute
name forward, the logic:redirect tag does a true redirect
(causes browser to change URL)
- If a true forward had occurred, the browser
would not have been involved (original request directly sent to another
resource on the server)