This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 42636a9 Refactor getResource() to avoid calling tests twice new 97955cd Add a new utility method to test if a path is an absolute URI new f788d10 Fix bug 65106. Don't try to treat absolute URIs as files 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: .../startup/CatalinaBaseConfigurationSource.java | 83 +++++++++++----------- java/org/apache/tomcat/util/buf/UriUtil.java | 35 +++++++++ .../tomcat/util/buf/TestUriUtilIsAbsoluteURI.java | 77 ++++++++++++++++++++ webapps/docs/changelog.xml | 8 +++ 4 files changed, 163 insertions(+), 40 deletions(-) create mode 100644 test/org/apache/tomcat/util/buf/TestUriUtilIsAbsoluteURI.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org