You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/05/14 15:48:18 UTC

DO NOT REPLY [Bug 28980] New: - WebdavResource List

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=28980

WebdavResource List

           Summary: WebdavResource List
           Product: Slide
           Version: 2.1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: sudhakar_koundinya@yahoo.com


Hi All,

We are working on project which deals with email extraction from MS-Exchange
server. We are using Slide API for this purpose.

When I try to get the list of resources from the WebDAV url,  It is missing some
of the resource names from list. This is happening particularly when we tried to
read Email objects which are having same subject(MS-Exchange uses email subject
name for file storage).

for example:

http://myserver/exchange/administrator/inbox is the base URL for Webdave
resource, which contains three email files as resources with subject as
'mysubject'. These emails files will be created with names subject.eml,
subject-1.eml, subject-2.eml

When we query the server with the above URL, it is returning only one resource name.

This is happening with both webDavResourceFile.list(), webDavResourceFile.
          listWebdavResources()

But when we captured XML responses through slide PropFind mehtod, it is
containing all the resource names.

So please check the related methods and fix the problem.

Thanks,
Sudhakar.

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org