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 Yu Yizhuan <yz...@yahoo.com> on 2002/04/16 17:32:47 UTC

bug when file name or path contains special characters

Hi,


webdavlib.jar API bug:

1. bug one
WebdavResource.list()
WebdavResource.listBasic()
WebdavResource.listResource()

cannot list file with this kind of name: no r&ow%f$ound.html, which includes
space, %.

2. bug two
Another bug is if the path of a file contains space or %, you can create the
path, but then you cannot put a file into that folder, you cannot create
subfolder.

3. bug three
if you put an InputStream, or a File object whose destination path name
contains space, % etc,
WebdavResource.getGetContentLength() returns wrong value. but you can get
the correct length value by propfindMethod.

If this could be corrected, that would be great for me. Thanks a lot.

Albert










_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>