Getting at User Principal in Slide

2004-07-19 Thread Fallin, Jonathan A.
I have successfully written my own custom content store that integrates with an existing custom Content Management Application. My CMA exposes methods via an API that I have hooked into under the relevant store methods like retrieveRevisionDescriptor() and retrieveRevisionContent() etc. I put

RE: Getting at User Principal in Slide

2004-07-19 Thread Fallin, Jonathan A.
Las Vegas, NV 89115 Phone:(702)643-7425 Fax:(520)844-1036 -Original Message- From: Fallin, Jonathan A. [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:31 AM To: 'Slide Users Mailing List' Subject: Getting at User Principal in Slide I have successfully written my own custom content

RE: If-None-Match Bug?

2004-07-16 Thread Fallin, Jonathan A.
James, Did you ever get a response to this post? If you are correct and there is a bug in the logic of the AbstractWebDavMethod it may explain a cache related bug that I have been seeing. Jonathan -Original Message- From: Eitzmann, James [mailto:[EMAIL PROTECTED] Sent: Thursday, July

RE: Using a JDBCRealm for authentication on slide?!

2004-07-14 Thread Fallin, Jonathan A.
Just add auto-create-userstrue/auto-create-users inside the configuration tag in Domain.xml -Original Message- From: Claudio Carvalho [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 9:56 AM To: Slide Users Mailing List Subject: Re: Using a JDBCRealm for authentication on

RE: UNLOCK request causing Read-Only Word

2004-07-14 Thread Fallin, Jonathan A.
, something like http://host/slide/12345.doc. Adding no-cache header to the response may help. By the way, http://support.microsoft.com/?kbid=867838 seems not to be working for Office 2000. Arnis -Original Message- From: Fallin, Jonathan A. [mailto:[EMAIL PROTECTED] Sent: mardi, 13. juillet

UNLOCK request causing Read-Only Word

2004-07-13 Thread Fallin, Jonathan A.
I have made changes to the Windows Registry to facilitate opening Word Documents Read/Write directly from a link within IE in a separate instance of Word. Information on the specific registry setting is here. http://support.microsoft.com/?kbid=867838 http://support.microsoft.com/?kbid=867838 I

RE: Best Practice?

2004-07-07 Thread Fallin, Jonathan A.
instance of Word, then the Save button magically appears. This works for Office XP when changing the registry for 10.0. Works for Office 2003 when changing the registry for 11.0 Jonathan -Original Message- From: Fallin, Jonathan A. Sent: Wednesday, July 07, 2004 11:35 AM To: 'Slide Users

RE: Best Practice?

2004-07-07 Thread Fallin, Jonathan A.
of word from the ie link? - Original Message - From: Fallin, Jonathan A. [EMAIL PROTECTED] To: 'Slide Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 10:00 AM Subject: RE: Best Practice? Update! Turns out the registry setting mentioned in http

Security Implementation Question

2004-07-06 Thread Fallin, Jonathan A.
I am writing my own content store to integrate Slide into an existing Content Management Application. For security and authentication I am using a third party commercial product that can talk with Windows Active Directory to get the authentication credentials of the user. This third party tool

RE: Problems with retrieveRevision Content

2004-07-02 Thread Fallin, Jonathan A.
Thanks for pointing me in the right direction James. Turns out the problem was that the isCollection() method was failing for real files and the generic GET method was being called instead of the WedDAV Server specific one. I finally figured out the reason why. I was improperly populating the

Problems with retrieveRevision Content

2004-06-30 Thread Fallin, Jonathan A.
I am continuing to try and create my own content store to eventually hook into an existing Content Management Application that has an exposed API. I have gotten as far as given a URI like /slide/files/1234 I return that it's a collection and it contains a Word document named 1234Document.doc.

RE: link to other document management system

2004-06-23 Thread Fallin, Jonathan A.
Michael, The process you describe for writing additional content stores is exactly what I am struggling through right now. Would it be possible to make your custom store examples available to others or at least document some specific steps you followed to modify the Tx* stores? That information

RE: putMethod cannot create a JSP

2004-06-17 Thread Fallin, Jonathan A.
Apache doesn't serve .jsp files in the same was as .html or .xml files. JSP files have to be compiled first, usually by a Java Servlet Container like Tomcat, and are served from there. (i.e. Not the Apache Doc Root folder) **You could configure Apache to serve .jsp files from its Doc Root just

RE: Is there any way to open document in edit mode using IE

2004-06-07 Thread Fallin, Jonathan A.
Mihir, The answer is No as far as I can tell. I will bet you are using Office 2000 SR1 or greater, and if you are then you are out of luck. This post from Microsoft's site details their decision to discontinue support of the feature you (and I) both want. Not sure why but note the This