You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/04/10 10:59:41 UTC

[tomcat] branch master updated (9ea280c -> 95e0a06)

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

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


    from 9ea280c  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63320 Ensure that StatementCache caches statements that include arrays in arguments.
     new 15fcd16  Escape debug output to aid readability
     new 785b8b8  Escape error message to aid readability
     new 0e14d67  Use constants for encoding types
     new 55f4eba  Limit CGI command line arguments
     new 4b244d8  Limit CGI command line arguments
     new 95e0a06  Test CGI decoded command line argument pattern

The 20712 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:
 conf/web.xml                                       |  22 +++++
 java/org/apache/catalina/servlets/CGIServlet.java  |  86 ++++++++++++++++--
 .../catalina/servlets/LocalStrings.properties      |   2 +
 java/org/apache/catalina/ssi/SSIEcho.java          |  15 ++-
 java/org/apache/catalina/ssi/SSIMediator.java      |  14 ++-
 java/org/apache/catalina/ssi/SSIPrintenv.java      |   3 +-
 .../servlets/TestCGIServletCmdLineArguments.java   | 101 +++++++++++++++++++++
 webapps/docs/cgi-howto.xml                         |  17 +++-
 webapps/docs/changelog.xml                         |  21 +++++
 webapps/docs/security-howto.xml                    |   8 ++
 10 files changed, 266 insertions(+), 23 deletions(-)
 create mode 100755 test/org/apache/catalina/servlets/TestCGIServletCmdLineArguments.java


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