https://www.java67.com/2016/02/difference-between-jspinclude-and-forward-in-JSP.html
jsp:forward action stops processing, clears its buffer, and forwards the request to the target resource.
jsp:include action includes response from another resource at the request time.