有一道题目是这样:
The index.jsp forwards the request to another JSP file called middle.jsp.  Before forwarding, it should add another String type parameter called  myparameter with value "Passion!" to the request object.  The middle.jsp then includes the response.jsp.  The response.jsp should display the value of the myparameter along with name and hobby.
不太明白forwards the request是什么意思。指教!谢谢!