Hey all,
I think there's a bug in the servlet ExternalContext implementation of
the redirect() method. In the api comments it says
"Redirect a request to the specified URL, and cause the
|responseComplete()| method to be called on the |FacesContext|
<http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/javax/faces/context/FacesContext.html>
instance for the current request."
But in the servlet ExternalContext implementation of redirect() it only
calls the HttpServletResponse.sendRedirect() method and doesn't do
anything with responseComplete(). Should I file a JIRA issue?
Thanks,
Rich