I'm using the latest M1 release and I want to set a property in a non-DAV namespace, but Slide returns a 400 error. The test code is :
boolean retVal = myWebDavResource .proppatchMethod("/slide/files/testPropertyFind", new PropertyName("http://example.com", "propname"), "propvalue", true);
I also have a similar problem when trying to do a search using SearchMethod and DASL, i.e. a 400 status is returned.
The problem seems to be in the 2.1m1 client code, since running the tests with a 2.0 client jar and a 2.1m1 server results in all the tests working as expected, as does a full 2.0 client & server setup, but a 2.1m1 client with a 2.0 server fails in the same way.
Robert
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
