|
It seems that the redirect method in org.apache.myfaces.context.servlet.ServletExternalContextImpl
does not call responseComplete() as it should. The official API documentation states: Redirect a request to the specified URL, and cause the
responseComplete() method to be called on the FacesContext instance for the
current request. See: http://java.sun.com/j2ee/javaserverfaces/1.1/docs/api/javax/faces/context/ExternalContext.html#redirect(java.lang.String) When I look at the redirect method in the current trunk it does
not call responseComplete() http://svn.apache.org/repos/asf/myfaces/impl/trunk/src/java/org/apache/myfaces/context/servlet/ServletExternalContextImpl.java The same goes for the Portlet version of the ExternalContext
implementation. I did a quick search and found the same issue reported here two
and a half months ago by Richard Wallace (http://www.mail-archive.com/[email protected]/msg06486.html).
It does not seem to be reported in JIRA, so I added it there. |
- ExternalContext.redirect does not call responseComplete() Nico Krijnen
- RE: ExternalContext.redirect does not call responseCo... Dennie de Lange

