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
