I don't know what you are talking about, we submitted a patch to Facelets, but we don't own Facelets so i can't tell you if the path is part of any release yet.
ExternalContext extContext = context.getExternalContext();
ExternalContext extContext = context.getExternalContext();
if (extContext.getRequest() instanceof ServletRequest) {
return super.createResponseWriter(context);
}
Ok, i see what you mean now. I will look into it on Wednesday probably.
Thanks.