This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 19f5a7a 65111: Free direct buffers new 195d073 Add a new utility method to test if a path is an absolute URI new e8626d7 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: java/org/apache/tomcat/util/buf/UriUtil.java | 35 ++++++++++ .../apache/tomcat/util/file/ConfigFileLoader.java | 22 ++++--- .../tomcat/util/buf/TestUriUtilIsAbsoluteURI.java | 77 ++++++++++++++++++++++ webapps/docs/changelog.xml | 8 +++ 4 files changed, 133 insertions(+), 9 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