CodePudding user response:
You visit test1. JSP, the system will automatically be forwarded to the test2, so you see the so-called test1 display the helloworld, actually test2. The output of the JSP file, although you can see the address bar is still test1. JSPIf you have direct access to test2. JSP, of course, there will be no effect, because without test1. JSP transit, value is not set in the request to come in,
I guess you ask the question may be the,
CodePudding user response:
Turned out to be so, my teacher talked about this before, is my intellect in thin shallow, thank you bosses