slideToken.forceStoreEnlistment

2004-05-11 Thread Andrew Morovati
that in the webdavservlet method proppatch the code sets this to true. Why is it necessary? Any help is much appreciated. Thanks, Andrew Morovati Noverant Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Protected node permissions

2004-04-01 Thread Andrew Morovati
Hi all, I'm using Slide 2.0Beta. I noticed that on the NodePermission class there is a protected field. I would like to use this attribute to give the root role immutable permission to any node in the system. I have two questions. 1. Is the isProtected() method used in the SlideAPI to restrict

RE: Is it possible to disable the WebDAV protocol in Slide?

2004-02-10 Thread Andrew Morovati
Only allow GET and PUT methods in web.xml: !-- allows get and put to roles root,guest,user -- security-constraint web-resource-collection web-resource-nameDAV resource/web-resource-name url-pattern/*/url-pattern http-methodGET/http-method

RE: Open Document with system call

2004-01-30 Thread Andrew Morovati
I've had problems opening PDFs from IE before. One thing you may want to try is using the embed tag from an html page. Example: OBJECT CLASSID=clsid:CA8A9780-280D-11CF-A24D-44455354 STYLE=height:100%; width: 100% PARAM NAME=src VALUE=url to pdf file /OBJECT Might work better. -Andrew