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/13 15:21:14 UTC

DO NOT REPLY [Bug 28951] New: - WebdavResource.listWebdavResources() returns incorrect hostname

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=28951>.
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=28951

WebdavResource.listWebdavResources() returns incorrect hostname

           Summary: WebdavResource.listWebdavResources() returns incorrect
                    hostname
           Product: Slide
           Version: 2.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: robert.leathley@ricardo.com


The hostname contains the port number.

eg.
WebdavResource r1, r2;
...
r1.getHost() => "robby"
r1.getHttpURL().getPort() => "1515"
r2=r1.listWebdavResources()[0];
r2.getHost() => "robby1515"

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