This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from e487719 Use a link to TestTomcat in Git instead of SVN new b649d6c Align with 10.0.x and 9.0.x new c4b1559 Fix 64735 ServletContext.addJspFile() always fails with SecurityManager 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.properties.default | 24 ++-- build.xml | 17 ++- .../catalina/core/ApplicationContextFacade.java | 1 + ...estApplicationContextFacadeSecurityManager.java | 153 +++++++++++++++++++++ .../util/security/SecurityManagerBaseTest.java | 50 +++++++ webapps/docs/changelog.xml | 5 + 6 files changed, 235 insertions(+), 15 deletions(-) create mode 100644 test/org/apache/catalina/core/TestApplicationContextFacadeSecurityManager.java create mode 100644 test/org/apache/tomcat/util/security/SecurityManagerBaseTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org