Phu Dinh

Results 12 comments of Phu Dinh

I reopened this issue for clarification of `ServletRequest#getRequestDispatcher(java.lang.String)`

Additional information from spec and doc: ``` Chapter 9. Dispatching Requests When building a web application, it is often useful to **forward processing of a request to another servlet**, or...

Can we clarify this in https://github.com/eclipse-ee4j/servlet-api/blob/master/spec/src/main/asciidoc/servlet-spec-body.adoc ? @stuartwdouglas @markt-asf @arjantijms

Check back on this clarification - what is response object (base vs wrapped) that should be closed in the forward case ?

@markt-asf Can you please give this one last review and see if it can make into Servlet-6.1 or close it out. Thanks!

yes, since all the browsers can support the relative URL in the Location header. If it is allowed, what should be the default? or it is up to the server's...

Hi @markt-asf For sendRedirect(String, int) or sendRedirect(String, int, boolean), should the API or doc specify what to do if the user use arbitrary status code other than 301, 302, or...

https://deploy-preview-684--jakartaee-specifications.netlify.app/specifications/servlet/6.1/ ``` Minimum Java SE Version Java SE 11 or higher ``` Should it be Java 17 or higher?