This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 84c4af76e7 Remove JSP calendar example. new 27fe6a09c2 Add persistent PropertyStore for WebDAV new d7c75b61ea jakarta -> javax 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: .../catalina/servlets/DataSourcePropertyStore.java | 356 +++++++++++++++++++++ .../catalina/servlets/LocalStrings.properties | 3 + .../apache/catalina/servlets/WebdavServlet.java | 2 +- java/org/apache/catalina/util/DOMWriter.java | 4 + .../catalina/servlets/TestWebdavPropertyStore.java | 245 ++++++++++++++ webapps/docs/changelog.xml | 4 + 6 files changed, 613 insertions(+), 1 deletion(-) create mode 100644 java/org/apache/catalina/servlets/DataSourcePropertyStore.java create mode 100644 test/org/apache/catalina/servlets/TestWebdavPropertyStore.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org