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);

which always returns false and the WebDavResource status code is set to 400.

If I change the namespace URI of the PropertyName constructor to "DAV:", it works as expected.

Can anyone give me a clue as to why this is not working?

Robert


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to