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

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


    from 63461b3bed Code clean-up. Formatting. No functional change.
     new bc161f3204 Fix BZ 66609. Correctly escape XML directory listings
     new 9a6bc65e50 Refactor WebDAV servlet escaping for XML. Add test case.

The 2 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:
 build.xml                                          |  4 +-
 .../apache/catalina/servlets/DefaultServlet.java   |  2 +-
 .../apache/catalina/servlets/WebdavServlet.java    | 22 ------
 java/org/apache/catalina/util/XMLWriter.java       |  4 +-
 .../catalina/servlets/TestDefaultServlet.java      | 34 ++++++++
 .../catalina/servlets/TestWebdavServlet.java       | 48 ++++++++++++
 test/webapp/bug66609/_listing.xslt                 | 90 ++++++++++++++++++++++
 .../{bug53257/foo bar.txt => bug66609/a&a.txt}     |  0
 .../{bug53257/foo bar.txt => bug66609/b'b.txt}     |  0
 .../foo bar.txt => "test/webapp/bug66609/c\"c.txt" |  0
 .../{bug53257/foo bar.txt => bug66609/d<d.txt}     |  0
 .../{bug53257/foo bar.txt => bug66609/e>e.txt}     |  0
 webapps/docs/changelog.xml                         |  5 ++
 13 files changed, 184 insertions(+), 25 deletions(-)
 create mode 100644 test/webapp/bug66609/_listing.xslt
 copy test/webapp/{bug53257/foo bar.txt => bug66609/a&a.txt} (100%)
 copy test/webapp/{bug53257/foo bar.txt => bug66609/b'b.txt} (100%)
 copy test/webapp/bug53257/foo bar.txt => "test/webapp/bug66609/c\"c.txt" (100%)
 copy test/webapp/{bug53257/foo bar.txt => bug66609/d<d.txt} (100%)
 copy test/webapp/{bug53257/foo bar.txt => bug66609/e>e.txt} (100%)


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

Reply via email to