Re: [tomcat] branch main updated: Add docs for using CacheStrategy

2021-11-19 Thread Mark Thomas
On 19/11/2021 15:29, Christopher Schultz wrote: Mark, On 11/18/21 05:10, ma...@apache.org wrote: > [snip] +    +  Java class name of the implementation to use. This class must implement +  the org.apache.catalina.WebResourceRoot$CacheStrategy YUCK Implement an interface defined a

Re: [tomcat] branch main updated: Add docs for using CacheStrategy

2021-11-19 Thread Christopher Schultz
Mark, On 11/18/21 05:10, ma...@apache.org wrote: > [snip] + + Java class name of the implementation to use. This class must implement + the org.apache.catalina.WebResourceRoot$CacheStrategy YUCK Implement an interface defined as an inner class? If this is intended to be an ext

Re: [tomcat] branch main updated: Add docs for using CacheStrategy

2021-11-18 Thread Mark Thomas
On 18/11/2021 10:19, Rainer Jung wrote: Small typo in new docs: Am 18.11.2021 um 11:10 schrieb ma...@apache.org: diff --git a/webapps/docs/config/resources.xml b/webapps/docs/config/resources.xml index 81108d6..12e74cb 100644 --- a/webapps/docs/config/resources.xml +++ b/webapps/docs/config/r

Re: [tomcat] branch main updated: Add docs for using CacheStrategy

2021-11-18 Thread Rainer Jung
Small typo in new docs: Am 18.11.2021 um 11:10 schrieb ma...@apache.org: diff --git a/webapps/docs/config/resources.xml b/webapps/docs/config/resources.xml index 81108d6..12e74cb 100644 --- a/webapps/docs/config/resources.xml +++ b/webapps/docs/config/resources.xml @@ -323,6 +323,23 @@ Fi