I tried upgrade to 4.1.2 from 4.1.1, but this code has stopped working. I checked response http headers and my header just disappeared.
Any idea why? public void pageBeginRender(PageEvent event) { getResponse().setIntHeader("Refresh", 5); } abstract public WebResponse getResponse(); I created a JIRA issue https://issues.apache.org/jira/browse/TAPESTRY-1222