Hey, great, thanks for looking at this Leonardo! Note that it is possible that this does not impact the Ajax/PartialResponseWriter case, since that might use a different code path for response writer creation. Might want to take a closer look at the renderView() implementations in:
- core/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewHandler.java - core/impl/src/main/java/org/apache/myfaces/view/facelets/FaceletViewDeclarationLanguage.java Both of these look like they are doing the same sort of response writer cloning (using the original response writer as the Writer) that I noticed in Mojarra. Andy
