Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-04-21 Thread Rony G. Flatscher (Apache)
Hi Chris, On 20.04.2021 16:59, Christopher Schultz wrote: > On 4/20/21 07:06, Rony G. Flatscher (Apache) wrote: >> On 19.04.2021 17:32, Christopher Schultz wrote: >>> On 4/18/21 08:06, Rony G. Flatscher (Apache) wrote: On 11.03.2021 12:23, Rony G. Flatscher (Apache) wrote: > On

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-04-20 Thread Christopher Schultz
Rony, On 4/20/21 07:06, Rony G. Flatscher (Apache) wrote: Hi Chris, On 19.04.2021 17:32, Christopher Schultz wrote: On 4/18/21 08:06, Rony G. Flatscher (Apache) wrote: On 11.03.2021 12:23, Rony G. Flatscher (Apache) wrote: On 11.03.2021 11:53, Mark Thomas wrote: On 10/03/2021 15:14, Rony

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-04-20 Thread Rony G. Flatscher (Apache)
Hi Chris, On 19.04.2021 17:32, Christopher Schultz wrote: > > On 4/18/21 08:06, Rony G. Flatscher (Apache) wrote: >> On 11.03.2021 12:23, Rony G. Flatscher (Apache) wrote: >>> On 11.03.2021 11:53, Mark Thomas wrote: On 10/03/2021 15:14, Rony G. Flatscher (Apache) wrote: > Is there a way

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-04-19 Thread Christopher Schultz
Rony, On 4/18/21 08:06, Rony G. Flatscher (Apache) wrote: On 11.03.2021 12:23, Rony G. Flatscher (Apache) wrote: On 11.03.2021 11:53, Mark Thomas wrote: On 10/03/2021 15:14, Rony G. Flatscher (Apache) wrote: Is there a way to know/infer that a JSP got freshly compiled from e.g. a taglib

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-04-18 Thread Rony G. Flatscher (Apache)
On 11.03.2021 12:23, Rony G. Flatscher (Apache) wrote: > On 11.03.2021 11:53, Mark Thomas wrote: >> On 10/03/2021 15:14, Rony G. Flatscher (Apache) wrote: >>> Is there a way to know/infer that a JSP got freshly compiled from e.g. a >>> taglib library? >>> >>> For caching purposes it would be

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-03-11 Thread Rony G. Flatscher (Apache)
On 11.03.2021 11:53, Mark Thomas wrote: > On 10/03/2021 15:14, Rony G. Flatscher (Apache) wrote: >> Is there a way to know/infer that a JSP got freshly compiled from e.g. a >> taglib library? >> >> For caching purposes it would be necessary to learn whether a JSP got >> recompiled as the cache

Re: Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-03-11 Thread Mark Thomas
On 10/03/2021 15:14, Rony G. Flatscher (Apache) wrote: Is there a way to know/infer that a JSP got freshly compiled from e.g. a taglib library? For caching purposes it would be necessary to learn whether a JSP got recompiled as the cache should be purged in that case. Is there a way to find

Is there a way to know/infer that a JSP got freshly compiled from a taglib library ?

2021-03-10 Thread Rony G. Flatscher (Apache)
Is there a way to know/infer that a JSP got freshly compiled from e.g. a taglib library? For caching purposes it would be necessary to learn whether a JSP got recompiled as the cache should be purged in that case. Is there a way to find out whether a JSP run is the very first after