Hey all,
Using the 2.1M1 client code, and I can not add properties outside of the 'DAV:'
namespace.
Has this been corrected somewhere?
wdr = WebdavResource object
this works ok:
boolean davprop = wdr.proppatchMethod("/slide/files/test.jpg",new PropertyName("DAV:",
"mykey"),"myvalue",true);
this does not work:
boolean customprop = wdr.proppatchMethod("/slide/files/test.jpg",new
PropertyName("CUSTOM:", "mykey2"),"myvalue2",true);
thanky!
-D
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]