If the root directory logic changes, we must update it in two places
We are hitting the file system twice for the same request and later on may behave differently!
So refactoring static file to avoid duplication in CachingFilter at the request of Marting Stenhagen
If the root directory logic changes, we must update it in two places
We are hitting the file system twice for the same request and later on may behave differently!
So refactoring static file to avoid duplication in CachingFilter at the request of Marting Stenhagen