Hi, I have installed Slide (1.0.14) with Tomcat 4.0 & configured it to use mysql (3.23/mm-mysql-2.0.4) with a file system content store. This seems to work fine while all access is via webdav (i.e. webdav servlet).
The problem I have is that I am using one of the Slide api sample files (version.java) to create some arbitrary folders using the same store (same domain.xml file). This works OK, but after the new folders have been created, when I go back to my webdav client (or browser) & do a refresh, the new folders dont appear unless I stop/restart the Tomcat server - after which a PROPFIND or GET returns the new info OK. It appears the servlet is caching the info, but I cant see how/where. Now if I force a GET explicitly on the new folder URI (which is OK), it will then appear in any subsequent responses to PROPFIND or GET requests for the parent - seems like this forces a 'cache' refresh. Is this supposed to work like this? Is this a Slide thing or maybe mysql related? If someone could shed some light on this I would greatly appreciate it. Thanks in advance, Andy Scholz
