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=21288>.
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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to