Hello everyone, I've detected a possible bug in our application:
If the following is true (at least in Firefox): - I have "forgotten" about the web application pages (History->Show All History->Forget about this site) - I request the Index page of the Tapestry web application with its root URL (e.g. : http://my.server.com/rootContext) - The Index page may even be a template with an empty body The first request will result in an Internal Tapestry Error: NullPointerException at isCompressible(contentType) because the contentType is null and the assertion fails. The second request will return the requested Index page. I will post the stack later in here. I don't know how this happens, if I forget about the website and access some other page than the Index page first, nothing of the sort happens. The second request has normal behaviour. What could make this happen? Regards, Daniel P.