[EMAIL PROTECTED] wrote:
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15378>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15378

Creating and renaming folders

Summary: Creating and renaming folders
Product: Tomcat 4
Version: 4.1.16
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Blocker
Priority: Other
Component: Servlets:WebDAV
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When creating new folder(collection) and right away listing it's contents
Tomcat says that the new folder does not exist. But when trying to list the contents of the folder again it is found.

Also the renaming of a folder does not work. This works in 4.1.12.
Nagoya is down, so I'll reply to this instead for now.

The problem was probably introduced when I added not found items caching. The cache doesn't invalidate properly when you create a new subcontext (which is not too bad, as only WebDAV is using that). So you have to wait for the next revalidation of the entry to be able to work with the newly created object (that's 5s usually).

Disabling caching should fix the problem in 4.1.17, so I'll dowgrade the severity to Major when I get the chance.

Remy


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to