ExternalContext.redirect does not call responseComplete()
---------------------------------------------------------

         Key: MYFACES-718
         URL: http://issues.apache.org/jira/browse/MYFACES-718
     Project: MyFaces
        Type: Bug
  Components: Implementation  
    Versions: 1.1.0, 1.0.9m9, 1.1.1, Nightly    
    Reporter: Nico Krijnen
    Priority: Minor


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 in the user list two and 
a half months ago by Richard Wallace 
(http://www.mail-archive.com/users@myfaces.apache.org/msg06486.html). It does 
not seem to be reported in JIRA, so I added it here.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to