Hi Michael,
That's already fixed. See CMIS-674 [1].
- Florian
[1] https://issues.apache.org/jira/browse/CMIS-674
Hi,
I have an issue with the atomPub binding when using a changeToken.
The server does not get the changeToken that the client sends for
updateProperties.
It seems the client and the server are not compatible.
The client sets the changeToken as a query parameter.
And the server tries to get the changeToken from the request body.
org.apache.chemistry.opencmis.server.impl.atompub.ObjectService line
522.
This occurs when running SecondaryTypesTest.
The same tests works with the browser binding.
Using 0.9.0.
Michael