bug in FacesServlet?

2016-03-25 Thread Romain Manni-Bucau
Hi guys, org.apache.myfaces.context.servlet.FacesContextImpl#release does the release but javax.faces.webapp.FacesServlet#service doesn't handle context push/pop so if a JSF request does a JSF include (and retrigger the servlet) it will likely reset too early the context. Here a diagram hoping

Re: bug in FacesServlet?

2016-03-25 Thread Leonardo Uribe
Hi It could be possible, I do not have all the details, but I have the impression that happens on jsp, or at least I have seen that before. MyFaces does what the spec says, but this part could not be well defined. It is clear the release should happen after the end of the lifecycle, but since