Agreed, a GET that deletes an object is definitely a horrible idea. But I'm not sure that this is what Ian suggested. Ian, what was the semantics you wanted for your GET of the unfiled folder? Listing all unfiled documents?
Florent On Fri, Feb 25, 2011 at 11:54 AM, Florian Müller <[email protected]> wrote: > Hi Ian, > > GET is not defined for the Unfiled resource in the CMIS spec. That's why it > is not in OpenCMIS. > I'm a bit reluctant to add a GET request handling that has side-effects. > > > Regards, > > Florian > > > On 24/02/2011 21:41, Ian Ashley wrote: >> Dear all, >> >> An unfiled link is added in the top left of the CMIS browser when >> unfiling is enabled. This sends the GET request …/<repository >> id>/unfiled to the service. This request is not known by OpenCMIS. The >> lines that register the resource methods includes >> >> dispatcher.addResource(AtomPubUtils.RESOURCE_UNFILED, >> Dispatcher.METHOD_POST, MultiFilingService.class, "removeObjectFromFolder"); >> >> but no registering of a GET resource. >> >> Regards, >> Ian >> >> ------------------------------------------------------------------------ >> *Ian Ashley >> *Software Engineering Manager >> Development >> >> >> *OpenText >> *Sandridge Park, Porters Wood, >> St Albans, Herts. >> AL3 6PH >> UK >> >> Phone: +44 (0) 1727 847488 >> Fax:+44 (0) 1727 840649 >> Web site:http://www.opentext.com/ >> >> This email message is confidential, may be privileged, and is intended >> for the exclusive use of the addressee. Any other person is strictly >> prohibited from disclosing orreproducing it. If the addressee cannot be >> reached or is unknown to you, please inform the sender by return email >> and delete this email message and all copies immediately. >> > > -- Florent Guillaume, Director of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87
