Re: AssetDispatcher Tapestry 5.3.8

2021-06-06 Thread Thiago H. de Paula Figueiredo
On Fri, May 28, 2021 at 9:41 AM Reinhold Gruber wrote: > Hi! > Hello! > > Some emergency. Any help highly appreciated. > The AssetDispatcher in Tapestry 5.3.8 allows harmful requests, reading > contents from WEB-INF etc. > We currently do not have the time to update to the newest Tapestry vers

Aw: Re: AssetDispatcher Tapestry 5.3.8

2021-05-28 Thread Reinhold Gruber
quot; An: "Tapestry users" Betreff: Re: AssetDispatcher Tapestry 5.3.8 Hi! AssetDispatcher is a regular tapestry service, I'd expect that you can replace it with your own implementation using service overrides: https://tapestry.apache.org/ioc-cookbook-overriding-ioc-service

Re: AssetDispatcher Tapestry 5.3.8

2021-05-28 Thread Dmitry Gusev
Hi! AssetDispatcher is a regular tapestry service, I'd expect that you can replace it with your own implementation using service overrides: https://tapestry.apache.org/ioc-cookbook-overriding-ioc-services.html The service is bound with marker annotation and AssetRequestDispatcher.class, with id=A