Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.2, 4.1.0-RC2
-
None
-
None
-
None
Description
Original report to Mojarra: https://github.com/eclipse-ee4j/mojarra/issues/5456
After debugging BalusC determined that Mojarra was doing the correct thing and MyFaces is somewhere in its chain calling the delegate/wrapped writer and not the `getWrapped()` writer.
*BalusC: *
Hmm ok probably MyFaces still has a wrapped-vs-getWrapped bug in its ResponseWriter(Wrapper) impl that it fails to invoke the PrimePartialResponseWriter#endDocument when given a wrapped writer.
It is NOT currently affecting anything but I thought i would open this as BalusC thought it was odd how MyFaces was treating the scenario.