08-25-2013 05:31 AM
Using CMIS Workbench 0.10.0 with various bindings and cookies enabled, I see a "Login Success" entry in the Nuxeo audit trail for every CMIS operation performed. I expected to see only one for the initial login. Thoughts?
08-29-2013 03:08 PM
Could you open a JIRA ticket?
08-29-2013 05:33 PM
See [NXP-12358][1].
11-18-2013 01:05 PM
This is by design, the CMIS endpoint is not designated as stateful so does not generate a (needless) HTTP session which does not create a JSESSIONID cookie.
Edit: it's possible to make an endpoint use a stateful HTTP session and therefore a cookie through some config. To do that, the <authenticationPlugin>
of the authenticators
extension point defining the authentication for the given URL pattern must include <stateful>true</stateful>
. This is done for instance here. Compare this with the standard binding for the browser binding endpoint here.
11-18-2013 05:26 PM
This seems to contradict the answer provided to [this question][1]. Please clarify.
11-27-2013 10:48 AM
Right. I updated the answer in the other question, and the above answer.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.