Re: Excludes patterns in web.xml

2022-11-16 Thread Jan Høydahl
I vaguely recall it and I believe it refers to our old Admin UI. If we don't have a tempaltes/ folder anymore then it can be removed I guess. Jan > 16. nov. 2022 kl. 03:04 skrev Gus Heck : > > I was looking at web.xml and it has the following: > > > excludePatterns > > /partials/.+,/

Excludes patterns in web.xml

2022-11-15 Thread Gus Heck
I was looking at web.xml and it has the following: excludePatterns /partials/.+,/libs/.+,/css/.+,/js/.+,/img/.+,/templates/.+ The point is to skip over static resources, most of which makes sense but what is */templates/.+* I built and deployed and checked and it's not a directo