Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 3240 invoked from network); 2 Jul 2003 22:27:51 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jul 2003 22:27:51 -0000 Received: (qmail 12574 invoked by uid 97); 2 Jul 2003 22:30:21 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 12567 invoked from network); 2 Jul 2003 22:30:20 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Jul 2003 22:30:20 -0000 Received: (qmail 2407 invoked by uid 500); 2 Jul 2003 22:27:44 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 2393 invoked from network); 2 Jul 2003 22:27:44 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jul 2003 22:27:44 -0000 Received: (qmail 12560 invoked by uid 50); 2 Jul 2003 22:30:14 -0000 Date: 2 Jul 2003 22:30:14 -0000 Message-ID: <20030702223014.12559.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=21288 DirContext caching problem with Dreamweaver 6 when recursively creating directories ------- Additional Comments From remm@apache.org 2003-07-02 22:30 ------- I have added: if (name.endsWith("/")) { name = name.substring(0, name.length() - 1); } in both ProxyDirContext.cacheLookup and cacheUnload. That should fix the problem (and other similar problems), but I can't really test it. Can you help ? I'm committing the fix to TC 5, and will backport it to TC 4.1.x if it does fix the issue. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org