转发根路径与重定向根路径的应用场合

转发根路径应用有两个地方:

1 在urlpatterns中,是转发,所有在web.xml中的是转发

2 在转发中,即RequestDispatcher getRequestDispatcher(String path).forward(req,resp);

其余的都是转发根路径的应用

原文地址:https://www.cnblogs.com/1446358788-qq/p/4730568.html