AW: problems with inclusion of jsp files since Tomcat 9.0.67

2022-10-05 Thread Thomas Hoffmann (Speed4Trade GmbH)
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.

problems with inclusion of jsp files since Tomcat 9.0.67

2022-10-04 Thread Sita Geßner
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