Hello,
its already addressed here: https://bz.apache.org/bugzilla/show_bug.cgi?id=66277
> -Ursprüngliche Nachricht-
> Von: Sita Geßner
> Gesendet: Mittwoch, 5. Oktober 2022 08:57
> An: users@tomcat.apache.org
> Betreff: problems with inclusion of jsp files since Tomcat 9.
Hello,
since Tomcat 9.0.67 we have the following problem. With tomcat 9.0.65
everything works fine without a change.
most of our jsp-files are placed in a subdirectory and include the following
line.
<%@ include file="../../includes/taglib.jsp" %>
the taglib.jsp contains the following content