This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 92c37fb1fb Fix NIO only check
     new c6b35f33ea Partial fix for BZ 69135
     new 06b311e3ee Expand BZ 69135 fix - fix relative includes inside JAR file
     new f23b1ac92a Complete fixes for BZ 69135 - prevent escape from 
/META-INF/tags/
     new fb7adcd900 Fix Java 11 source compatibility

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/org/apache/jasper/compiler/Parser.java        |  10 +++-
 .../apache/jasper/compiler/ParserController.java   |  17 ++++++-
 .../jasper/resources/LocalStrings.properties       |   1 +
 .../catalina/loader/TestVirtualWebappLoader.java   |   4 +-
 .../catalina/manager/TestStatusTransformer.java    |  11 +++--
 .../apache/jasper/TestJspCompilationContext.java   |  54 +++++++++++++++++++++
 test/webapp/WEB-INF/lib/bug69135-lib.jar           | Bin 0 -> 7366 bytes
 .../bug6nnnn/bug69135-invalid-jar-escape.jsp}      |   8 +--
 .../bug6nnnn/bug69135-invalid-jar.jsp}             |   8 +--
 .../bug6nnnn/bug69135.jsp}                         |   9 ++--
 .../tags/helloWorld.tag => test/webapp/ok.tagf     |   5 +-
 webapps/docs/changelog.xml                         |  16 ++++++
 12 files changed, 115 insertions(+), 28 deletions(-)
 create mode 100644 test/webapp/WEB-INF/lib/bug69135-lib.jar
 copy test/{webapp-2.3/el-as-literal.jsp => 
webapp/bug6nnnn/bug69135-invalid-jar-escape.jsp} (84%)
 copy test/{webapp-2.3/el-as-literal.jsp => 
webapp/bug6nnnn/bug69135-invalid-jar.jsp} (85%)
 copy test/{webapp-2.3/el-as-literal.jsp => webapp/bug6nnnn/bug69135.jsp} (84%)
 copy webapps/examples/WEB-INF/tags/helloWorld.tag => test/webapp/ok.tagf (97%)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to