You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RepositoryInfoParser.parse() line 54:
if (!node.getNodeName().equals(CMIS.WORKSPACE))
{
return;
}
with CMIS.WORKSPACE = "workspace";
Problem:
If an AtomPub request result is:
"
...
<app:workspace>
...
</app:worspace>
"
it does not work.
(Tested with a
[http://incubator.apache.org/chemistry/opencmis-inmemory-repository.html]
server).
Original issue reported on code.google.com by david.re...@gmail.com on 30 Sep 2010 at 2:10
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
david.re...@gmail.com
on 30 Sep 2010 at 2:10The text was updated successfully, but these errors were encountered: