I have few jsp files which use taglibs example
which are not getting loaded by the TLDScanner( from javax.servlet.jsp 2.3.2) since
Note: the issue does not exist when we use tomcat since tomcat has a TLDScanner which does not work like this and is able to load the TLDs in Java 11
Can some one tell me how to solve this ?
this is basically issue with jettys TLD Scanner, the issue is not there with embedded tomcat
not sure if latest jetty has fixed this issue.