<div dir="ltr"><div dir="ltr">You're right, I'm assuming that the tldScan and tldSkip patterns are not set elsewhere. With this change I no longer get the "At least one JAR was scanned for TLDs yet contained no TLDs" warning in my Catalina log so it does seem to do the trick.</div><div dir="ltr"><br></div><div dir="ltr">Max<br><div><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 23 Oct 2023 at 14:47, Peter Schober via users <<a href="mailto:users@shibboleth.net">users@shibboleth.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Max Spicer <<a href="mailto:max.spicer@york.ac.uk" target="_blank">max.spicer@york.ac.uk</a>> [2023-10-23 15:22 CEST]:<br>
> > ACK. I have this in my /etc/tomcat<n>/context.xml waiting for things<br>
> > to break:<br>
> ><br>
> > <JarScanner><br>
> > <JarScanFilter tldSkip="*.jar" /><br>
> > </JarScanner><br>
> ><br>
> <br>
> That was my first thought before I noticed the even simpler<br>
> defaultTldScan="false" option.<br>
<br>
>From (another, it's been a while) look at their docs<br>
<a href="https://tomcat.apache.org/tomcat-10.1-doc/config/jar-scan-filter.html" rel="noreferrer" target="_blank">https://tomcat.apache.org/tomcat-10.1-doc/config/jar-scan-filter.html</a><br>
this does not seem to unconditionally disable jar scanning, though?<br>
(Not sure you're saying that this was the intention.)<br>
It merely defers the decision to scan to the values of the tldScan and<br>
tldSkip patterns which in turn may be set in property files or<br>
otherwise default to system properties (from code, I'm guessing).<br>
<br>
-peter<br>
-- <br>
For Consortium Member technical support, see <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw" rel="noreferrer" target="_blank">https://shibboleth.atlassian.net/wiki/x/ZYEpPw</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div><div><br></div></div>