Images broken on Tapestry documentation website

2019-11-28 Thread D Tim Cummings
I notice that the screenshot images on many of the Tapestry documentation pages have broken URLs. For example: https://tapestry.apache.org/getting-started.html https://tapestry.apache.org/forms-and-validation.html

Filter for javascript files

2019-11-28 Thread Ric 2000
Dear all, I want to do a really simple task, but running into problems when doing it in a Tapestry web application: The task: replace or remove some content in js files sent to the client. My approach: I wrote a normal servlet filter with a wrapper for the HttpServletResponse, which allows to pu