Doing some more GroupDAV troubleshooting...  
   
 When the GroupDAV module calls locate_message_by_uid(), it already has 
the "wrong" filename in DavPathname by the time groupdav_main() is called. 
   
   
 Hmm... this looks bad:  
   
 groupdav_main.c:        //// TODO unescape_input(dav_pathname);  
   
 Is the client sending url-encoded pathnames, and we are failing to decode 
them when we need to?  
  

Reply via email to