>
> i don't no what you mean by the NO_ACTION flag.
With this flag, the client doesn't try to connect to an server.
So you can set the properties manually. ;-)
> if i connect to a url
> like "http://localhost/webdav/index.html", the uri
For this, you can use the getHttpURLExceptForUserInfo method.
(It's an URI expression for HTTP URL.)
> would be "/webdav/index.html".
For this, you can use the getPath method.
(It's the path part for HTTP URL.)
>
> the getHttURL method returns this
> string: "http://username:password@localhost/webdav/inde
> x.html"
If you use the getHttpURL method, you get that. ;-)
(It's an URI expression for HTTP URL.)
>
> that was just a suggestion.
Do you prefer to get getHttpURL instead of getHttpURLExceptForUserInfo?
I thought we need to have the method to represent the whole HTTP URL
expression.
;-)
Sung-Gu