Hi,

Have a 5.3.2 Nuxeo server with FireFox 3.6.3 running on Linux with anonymous-auth.

I just built (fresh from mercurial) and installed the Nuxeo FireFox Plugin.

When I try and upload a file, in the FireFox console I see:

target rest url http://localhost/nuxeo/restAPI/default/ed2110f5-c696-453a-acf8-0f76e788eaa6/pluginUpload?conversationId=0NXMAIN1
request created
getEncoding
using charset UTF-8
encoding set
formname set
file set
http created
restlet upload returns 1
request sent
restlet upload returns 2
restlet upload returns 3
restlet upload returns 4
Created: <?xml version="1.0" encoding="UTF-8"?>
<error message="Privilege 'Read' is not granted to 'Guest'" class="org.nuxeo.ecm.core.api.DocumentSecurityException"/>

From debugging it appears that the XHTML POST request sent by the browser is not-authenticated as no JSESSIONID cookie is sent. I am concluding this as:

1. I cannot see the JSESSIONID cookie in WireShark
2. In NuxeoAuthenticationFilter#retrieveIdentityFromCache the call to httpRequest.getSession(false) is returning null.

Has anyone seen this?

Any ideas?

I presume it is more likely to be a plugin / browser issue....

--
Dr. Sean Radford, MBBS, MSc
http://www.tacola.com/
http://www.tacolaecm.com/
t: +44 (0)845 KEY HELP
t: +44 (0)845 539 4357
m: +44 (0)7802 24 24 86

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to