Versioning client and JDBCDescriptorStore

2001-08-03 Thread Jacob Lund
Hi all! I have two question: 1: Does any of you know of a good management application to the versioning part of slide (Delta-v)for testing purposes? 2: In the domain.xml I can use the JDBCDescriptorsStore or MemoryDescriptorsStore - what is this and what do I have to do in order to use the

Compiling nightly releases

2001-08-06 Thread Jacob Lund
Hi, I am trying to build a nightly release using jakarta-ant-1.3 and I get the following error messages: [javac] Compiling 1 source file to D:\slide\jakarta-slide\build\classes [javac] D:\slide\jakarta-slide\src\util\org\apache\util\DOMUtils.java:246: Method getNamespaceURI() not found

RE: RE: Compiling nightly releases

2001-08-06 Thread Jacob Lund
using a DOM level one compliant parser . You need to use a DOM level 2 parser which recognises namespaces rajkumar -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 12:03 PM To: [EMAIL PROTECTED] Subject: Compiling nightly releases Hi, I am

RE: Connection to ms sql 7.0

2001-08-10 Thread Jacob Lund
Hi Dirk Now i connect fine, but now I get the following: Starting service Tomcat-Standalone Apache Tomcat/4.0-b7-dev org.apache.slide.structure.ObjectNotFoundException: No object found at /actions at slidestore.reference.JDBCDescriptorsStore.retrieveObject(JDBCDescript

RE: Connection to ms sql 7.0

2001-08-13 Thread Jacob Lund
to ms sql 7.0 Jacob Lund wrote: Hi, When I start the server it does create some information in the database - I have tried to delete everything in the database but the result is the same. Can you clean out the database again and do a new test ? use the new slidestores.jar that I will send

RE: Connection to ms sql 7.0

2001-08-15 Thread Jacob Lund
Some more feedback. The MERANT jdbc driver had some problems too. It reported some problems with re-read!? I downloaded the jdbc drive from NetDirect and it seems to work. I will report back if I find some problems with this driver. Jacob

limits on filesize?

2001-08-16 Thread Jacob Lund
Are there any limits on the size of files uploaded to the slide server? I get a java.lang.OutOfMemoryError no stack trace available when I upload files bigger than 11 mb using Microsoft Windows explorer as a webdav client. /Jacob

Various jdbc drivers for ms sql

2001-08-17 Thread Jacob Lund
Hi all! I need some feedback. I am using ms sql server 7 on a windows 2k pro. I am running slide on a tomcat 4.0 b7. I have tried different jdbc drivers: I-net driver: When files are uploaded from a client the it is streamed directly to the database. This is good for large files but it is very

RE: cloudscape and slide

2001-08-26 Thread Jacob Lund
statements? Regards, Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: 25. august 2001 10:40 To: [EMAIL PROTECTED] Subject: cloudscape and slide Hi, have any of you tried to use cloudscape database with slide. Specific with the create=true parameter on the driver

RE: cloudscape and slide

2001-08-27 Thread Jacob Lund
I had to make the table myself. The oracle 8i sql script from the slide homepage works if you put double-quotation marks around action and alter blob to long varbinary. ACTION is good. Jacob Lund QualiWare ApS -Original Message- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]] Sent

Problem when cancelling during upload

2001-09-05 Thread Jacob Lund
Hi, If I upload a file to the slide server using Windows Explorer and the press cancel during the upload, then the server does not perform a proper rollback. If I use cloudscape database - then 5 out of 6 time the upload continues and 1 out of 6 I get the following error: 05 Sep 2001 13:35:26

RE: Slide Connection issues with W2K

2001-09-06 Thread Jacob Lund
Are you sure that your slide server does not generate any errors? I have the same problem, but my server returns an exception. Try to set debug level and the monitor your server console. I my case I can access the slide server using IE but not using windows explorer. I use win2k. Jacob

RE: Problem when cancelling during upload

2001-09-10 Thread Jacob Lund
the database. I think the data is corrupted somehow. Jacob Lund QualiWare ApS -Original Message- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]] Sent: 9. september 2001 22:38 To: [EMAIL PROTECTED] Subject: Re: Problem when cancelling during upload Jacob Lund wrote: Hi, If I upload a file

Webdav from ms word 2002

2001-09-13 Thread Jacob Lund
Hi, If I open word and try to save a document on my server . Then I get the exception shown below. This is the case for both hsql and cloudscape. When using filebased store and descriptor then it creates the file name but without the content and the server console returns access denied. Is this

FW: Problem when cancelling during upload

2001-09-17 Thread Jacob Lund
without any problems? This is the case using both windows explorer and DAVExplorer. If I restart the server then the problem is back. The problem is not periodic! Sorry about that. Does this help? /Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: 10. september

Webdav windows component

2001-09-21 Thread Jacob Lund
Hi! Does any of you know of a webdav client library in c/c++ ? Or as a component for windows systems? Jacob Lund QualiWare ApS -Original Message- From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] Sent: 21. september 2001 10:53 To: slide-user Subject: Slide / WebDav / Portal frameworks

Admin tool

2001-10-02 Thread Jacob Lund
smime.p7m

RE: Admin tool

2001-10-02 Thread Jacob Lund
smime.p7m

default set isversioned

2002-01-01 Thread Jacob Lund
Hi all, is there a parameter that will enable or set the isversioned field in the revisions table by default when a file is copied to the slide server? /Jacob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Slide and SQL server!

2002-02-14 Thread Jacob Lund
Hi all! I just tried to connect to an ms sql server from slide. The server starts fine but when I try to upload a file I get the following message: Can't start a cloned connection while in manual transaction mode. I get this message with the merant driver and the new Microsoft JDBC driver for

Special letters

2002-03-05 Thread Jacob Lund
Hi all! I am Danish and in Denmark we have 3 additional letters compared to the English alphabet. Slide does not seem to like these letters. Is there something that I can do about this? Thanks /Jacob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Special letters

2002-03-05 Thread Jacob Lund
the newest version of Slide? We believe that all I18N problems are solved now. Best regards, Juergen -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 15.48 PM To: 'Slide Users Mailing List' Subject:Special letters Hi all! I am

RE: Slide Newbie Question: slide tomcat4

2002-03-28 Thread Jacob Lund
Take the slide.war file and put it in the webapps directory in you tomcat directory. The documentation is in the slide-doc.war project file. -Original Message- From: Maarten Eerdekens [mailto:[EMAIL PROTECTED]] Sent: 28. marts 2002 17:34 To: [EMAIL PROTECTED] Subject: Slide Newbie

Slide_1_0 and cvs

2002-04-05 Thread Jacob Lund
Hi, This is not a slide question, but I would like to try the slide_1_0 and I need to get this from the cvs - how do I do this? What will I get if I run the command below? cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-slide Sorry about this question but I have never used

RE: Slide_1_0 and cvs

2002-04-05 Thread Jacob Lund
jakarta-slide Best regards, Jan - Original Message - From: Jacob Lund [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 11:13 AM Subject: Slide_1_0 and cvs Hi, This is not a slide question, but I would like to try the slide_1_0 and I need to get this from the cvs

J2EEDescriptorsStore and slide_1_0

2002-04-08 Thread Jacob Lund
Does anyone have the J2EEDescriptorsStore working with the slide server? In that case - could some tell me exactly what files to change? I cannot get it working when I follow the J2EE How-to. I get following error: Service slidestore.j2ee.J2EEDescriptorsStore@39240e initialization failed : Name

LDAP interface

2002-04-19 Thread Jacob Lund
Hi all, I know this actually belongs on the tomcat mailing list, but they did not seem to know the answer. I am trying to get the tomcat to use Microsoft Active directory users for authentication. That means configuring the Catalina JNDIRealm to talk with the Microsoft LDAP interface. Does

RE: Proposal for a more efficient Slide Database Design

2002-04-23 Thread Jacob Lund
Hi, I was testing you proposal and I am having some problems. My test is on a ms sql 2000 server and a tomcat 4.0.3. My slide installation is 1_0 from the cvs. I can see that you test system is tomcat 4.0.4 and newest slide from cvs. I am using newest version of jsqlconnect for jdbc

Slide users, realm and ACL

2002-04-24 Thread Jacob Lund
Hi all! I have been looking at slide users and the realm. I am not sure how these are connected. The realm can use users defined in the tomcat tomcat-users.xml, in a database or using the JNDI interface. From what I can see there are also user definitions in the slide descriptorsStore?? Do I

ACL and realm

2002-04-29 Thread Jacob Lund
Hi all! Do I need to use the sliderealm if I want to use the ACL features in slide? If not, what do I put in the principal tag - the login name from the realm? /Jacob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Unlocking a resource

2002-05-30 Thread Jacob Lund
Hi all! If I want to unlock a resource in slide then I need the lock-token, but is it also required that the user logged on is the same as the one who locked the resource! Can anyone tell me what WebDAV and ACL says about this situation! /Jacob -- To unsubscribe, e-mail: mailto:[EMAIL

Lock-Token in response header

2002-06-14 Thread Jacob Lund
Hi! I am having a problem with the slide_1_0 taken from the cvs repository, and I was wondering if the below quote taken from RFC 2518 has been implemented in Slide_1_0 or the head branch? RFC 2518 section 8.10.1: In order to indicate the lock token associated with a newly created lock,

Slide2, tc417 and j2ee

2002-07-10 Thread Jacob Lund
Has anyone tried following combination: Slide 2.0 (head),Tomcat 4.1.7 and j2ee descriptoresstore? When I setup this combination slide uses memory descriptorsstore - no errors or warnings?!? My domain.xml looks as following: definition store name=j2ee

RE: Slide2, tc417 and j2ee

2002-07-11 Thread Jacob Lund
I have tried with sun 1.3.1_01 and 1.4.1_01 both the same result! Do you have this j2ee store running on TC 4.1? /Jacob -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 10. juli 2002 18:22 To: Slide Users Mailing List Subject: Re: Slide2, tc417 and j2ee Jacob

RE: Modified Proposal for a more efficient Slide Database Design

2002-07-12 Thread Jacob Lund
VERSION_HISTORY where URI_ID = ); I haven't tested through! /Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: 12. juli 2002 09:19 To: [EMAIL PROTECTED] Subject: RE: Modified Proposal for a more efficient Slide Database Design Hi Ashok! I finally found the time to test you

RE: Modified Proposal for a more efficient Slide Database Design

2002-07-15 Thread Jacob Lund
. Thanks Once again for testing. Ashok Metatomix INC,. -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 4:15 AM To: 'Slide Users Mailing List' Subject: RE: Modified Proposal for a more efficient Slide Database Design Found it! Line 1010: Old

RE: Modified Proposal for a more efficient Slide Database Design

2002-07-16 Thread Jacob Lund
Hmm - I tried with tc 4.0.4 - same result? What version of slide are you using? /Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: 15. juli 2002 15:09 To: 'Slide Users Mailing List' Subject: RE: Modified Proposal for a more efficient Slide Database Design Hi

RE: J2EE Store: Cannot create resource instance

2002-07-18 Thread Jacob Lund
I had some of the same problems - you have to place your datasource definition correctly in the server.xml! However it did change from TC 4.0.x to TC 4.1.x. What version of TC are you using? /Jacob -Original Message- From: Thomas Schueppel [mailto:[EMAIL PROTECTED]] Sent: 18. juli

RE: J2EE Store: Cannot create resource instance

2002-07-22 Thread Jacob Lund
I have the exact same setup - her is my domain.xml file! /Jacob -Original Message- From: Thomas Schueppel [mailto:[EMAIL PROTECTED]] Sent: 19. juli 2002 12:23 To: Slide Users Mailing List Subject: Re: J2EE Store: Cannot create resource instance Jacob Lund wrote: I had some

RE: Slide 2 with TC417beta and J2EE(new DB Schema) How To

2002-07-23 Thread Jacob Lund
I still cannot get the contentstore to work - if I use the descriptoresstore with the file contentstore it works fine. I have been doing some debugging: From j2eeContentStore2.java - function setVersionID: ... Connection connection = getCurrentConnection(); Statement insStatement =

RE: Slide 2 with TC417beta and J2EE(new DB Schema) How To

2002-07-24 Thread Jacob Lund
I downloaded the TC418 and now I can close it down nicely and thereby get the full logging info! I have attached a log file (look at the end of the log)! I added the parameter lockTimeout to the JSQL driver and now it returns an error instead of waiting forever! As you can see it is the

RE: Slide 2 with TC417beta and J2EE(new DB Schema) How To

2002-07-25 Thread Jacob Lund
and tyrex1.0 - I suppose!! 2. U tested with a standard webdav client or how the file storage was done ? 3. Did U try with versioning set to false? - Just to make sure it is other wise working. We are not using the versioning part of Slide Ashok -Original Message- From: Jacob Lund [mailto:[EMAIL

Creating new versions of a vcr

2002-08-20 Thread Jacob Lund
possibilities I have for these settings! Venlig Hilsen / Best Regards Jacob Lund QualiWare ApS Skovlytoften 9B 2840 Holte Phone Direct : +45 4547 0745 Fax: +45 4547 0770 e-mail:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

JDBC drivers - Off topic sorry

2002-09-06 Thread Jacob Lund
This is a bit of topic but with the new database scheme and the new J2EE stores the speed/quality of the JDBC driver became more interesting (for me at least). Does anyone have experience with JDBC drivers for ms sql server?? I have tested Microsoft's own driver and it is hopeless - I only got

Server request for new login

2002-09-09 Thread Jacob Lund
Hi all! Is possible to get slide/tomcat to request a new login instead of returning an access denied message in the case where the user tries to access an area without browsing access privileges (ACL deny access)? /Jacob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Successor-set missing

2002-09-23 Thread Jacob Lund
:[EMAIL PROTECTED]] Sent: 23. september 2002 14:58 To: 'Slide Users Mailing List' Subject: RE: Successor-set missing Hi Jacob, which stores have you configured in your Domain.xml? Regards, Peter -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23

RE: Successor-set missing

2002-09-23 Thread Jacob Lund
- From: Nevermann, Dr., Peter [mailto:[EMAIL PROTECTED]] Sent: 23. september 2002 14:58 To: 'Slide Users Mailing List' Subject: RE: Successor-set missing Hi Jacob, which stores have you configured in your Domain.xml? Regards, Peter -Original Message- From: Jacob Lund [mailto

RE: Successor-set missing

2002-09-24 Thread Jacob Lund
- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 16:29 To: 'Slide Users Mailing List' Subject: RE: Successor-set missing I was using a relational descriptors store - I did not know this was store specific. I thought the successor-set was a computed value

RE: deltaV support

2002-09-24 Thread Jacob Lund
Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 16:49 To: 'Slide Users Mailing List' Subject: deltaV support Hi, Does the deltaV support in Slide include the Activity and Baseline features? Also what about the LABEL method! Is there a list

RE: Check if VCR

2002-10-02 Thread Jacob Lund
://www.greenbytes.de -- tel:+492512807760 -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 1:17 PM To: [EMAIL PROTECTED] Subject: Check if VCR Hi all! How to I check if a resource is a VR or a VCR? The options command only returns

RE: Check if VCR

2002-10-02 Thread Jacob Lund
First thanks to both for your help! I was able to propfind the checked-in and checked-out properties - but I am not using the slide client lib! I am making my own lib and it was simply a matter of me being able to read the deltav documentation correctly! Again thanks for your help!! /Jacob

Verifying access

2002-10-04 Thread Jacob Lund
Hi, How do I check if I have access to a given resource, in case it has a lock on it? I have a resource with an exclusive lock on it, and now I want to check it I have access to this resource! What I do is retrieve the lock-token and now I need to check if the user owns this lock! I then add

XMLFileDescriptorsStore does not delete data

2002-10-29 Thread Jacob Lund
Hi all! I am using the XMLFileDescriptorsStore for storing my metadata and the FileContentStore for the binary content! If put a file in the /files collection and the delete it again then the .def.xml file is not removed from the metadatastore! I don't know if this is a bug - but if the try to

Slide and rdbms

2002-11-01 Thread Jacob Lund
Hi all! What is the status on the rdbms implementation for slide2?? Thanks Jacob -- To unsubscribe, e-mail: mailto:slide-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:slide-user-help;jakarta.apache.org

Status on the RDBMS store

2003-01-23 Thread Jacob Lund
Hi All! I can see that there are people working on the RDBMS store and I was wondering what status this part of the project has? I have not succeeded in getting the RDBMS store to work after it was moved to org/apache/slide/store/impl/rdbms. Could someone give an example of how to setup the

J2EEStore

2003-01-31 Thread Jacob Lund
Hi all! I am trying to test the J2EEStore with the RDBMS implementation! However I keep getting a NameNotFoundException on my datasource! I assume that this is a problem with my datasourcename definition in my server.xml. Context path= docBase=slide debug=99 privileged=true

Delta v and GET

2003-02-14 Thread Jacob Lund
Hi all! Looking at the delta-v document I was wondering about how I would be able to retrieve a specific version of a file! I know the if I have applied a label to version of a file then I can add a label to the http header, but what if I for example just want version 2.0 of a specified file? How

J2EEStore and SlideRealm

2003-02-27 Thread Jacob Lund
Hi all! I am doing some more thorough testing of the j2eestore and I need to get the SlideRealm working. I know this might rise some problems but does anyone have any feedback on this! I do have the SlideRealm working with the xml descriptorsstore/file contentstore, but when I try the j2eeStore

propfind

2003-03-24 Thread Jacob Lund
Hi there! This question is not directly related to slide, but more a WebDAV question! I have an application that needs all visible propertied and some of the hidden ones. By hidden I am referring to those that does not appear in an allprop propfind request. My question is now, is it possible to

RE: J2EE Store vs JDBC Store

2003-06-11 Thread Jacob Lund
I believe that the jdbc store does not operate on a relative database design however there is some rdbmsJDBC somewhere! The j2eestore is using a relational database design, and is based on the XADatasourse and is thereby multithreaded while the JDBC connection is singelthreaded. My tests are

RE: Transactions in Slide?

2003-06-15 Thread Jacob Lund
Hi, I hope that you will put your effort into the store committed by Ashok! This j2ee store is based on a relational db and has some really nice performance improvements. Ashok's last commitment was posted on this list on February 3 2003! I will be happy to participate further if you choose to

RE: Transactions in Slide?

2003-06-17 Thread Jacob Lund
Hi Doug! You should look at the slidestore.j2ee.J2EENodeStore. This is a store for both descriptor and file! This store solves some problems with transactions between the descriptor and file part. I believe that this store has some additional fixes from the rdbms.J2EEStore. The J2EENodeStore was

manage permission

2003-06-19 Thread Jacob Lund
Hi all! Could someone tell me what the manage permission does? Thanks /Jacob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Version control and performance

2003-06-20 Thread Jacob Lund
Hi Martin! I am using the J2EENodeStore with 50.000 files in 9.000 collections. All files have been placed under version control. It is running without any problems and there is no decrease in speed compared to a store with 100 files. I have had 500.000+ files in the store but without placing

RE: Version control and performance

2003-06-22 Thread Jacob Lund
PROTECTED] Subject: Re: Version control and performance Jacob Lund [EMAIL PROTECTED] writes: Hi Martin! I am using the J2EENodeStore with 50.000 files in 9.000 collections. All files have been placed under version control. It is running without any problems and there is no decrease in speed

RE: Slide-Admin

2003-06-27 Thread Jacob Lund
The basic problem with the SlideRealm is that it initializes before slide is initialized. That gave us some problems with respect to the J2EE store. What we did was move all code away from the start() function and into a new function. All we needed to do then was to make sure that this new

RE: SQL Server 2000, StandardRDBMSAdapter and SQLServerSchema...

2003-07-02 Thread Jacob Lund
I believe this store should never have been placed in slide but rather in the proposals section, since it was never really tested!! A later version (J2EENodeStore) was never committed but posted to the list works directly with SQLServer and DB2. I have had some really nice performance results

RE: SQL Server 2000, StandardRDBMSAdapter and SQLServerSchema...

2003-07-02 Thread Jacob Lund
Repost of the J2EENodeStore send to the list by Ashok Kumar febuary 3, 2003.07.02 /Jacob -Original Message- From: Rob Tomlin [mailto:[EMAIL PROTECTED] Sent: 2. juli 2003 14:20 To: Slide Users Mailing List Subject: RE: SQL Server 2000, StandardRDBMSAdapter and SQLServerSchema... THanks,

multible stores

2003-10-15 Thread Jacob Lund
Hi All! How do I configure the domain.xml to use more than one store? How will this work - do I have to define users for all stores or do I have a main store that holds the users? Will the additional stores show up as new collections? Thanks Jacob

lock/unlock problem

2003-10-27 Thread Jacob Lund
Hi all! I have a standard version of slide with standard users root and john! If I apply a lock to a resource using john as login, then I am able to remove the lock using root as login?! Is this correct according to WebDAV? I am using a 2 week old version of slide 2! /Jacob

RE: lock/unlock problem

2003-10-27 Thread Jacob Lund
Thanks! Should a user with manage rights also be able to alter the content or properties of a resource? Root can perform a proppatch on a file which has been locked by another user! That does not seem right to me - I can understand why unlock is allowed. But altering a file that another user is

startup problem with latest slide

2003-11-06 Thread Jacob Lund
Hi All I just downloaded the latest slide this morning! I wanted to have a look at the new ACL implementation! When I start up the server I get the exception shown below! I am using tomcat 4.1.29. Thanks Jacob java.lang.NullPointerException at org.apache.slide.common.Domain.log(Unknown

RE: startup problem with latest slide

2003-11-06 Thread Jacob Lund
Sorry! Found it! :-) -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: 6. november 2003 10:26 To: 'Slide Users Mailing List' Subject: startup problem with latest slide Hi All I just downloaded the latest slide this morning! I wanted to have a look at the new ACL

RE: Security implementation: ACL draft-12 compliance

2003-11-06 Thread Jacob Lund
Does this mean that the sliderealm does not work any more? /Jacob -Original Message- From: Nevermann, Dr., Peter [mailto:[EMAIL PROTECTED] Sent: 5. november 2003 17:00 To: 'Slide Users Mailing List' Subject: Security implementation: ACL draft-12 compliance Hi Slide Users, I would like

RE: Security implementation: ACL draft-12 compliance

2003-11-07 Thread Jacob Lund
at the SlideRealm but used the UserDatabaseRealm (tomcat_users.xml) for testing. Have you had a look inside? Any idea what the problems are? Regards, Peter -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 11:11 To: 'Slide Users Mailing

RE: encode utf-8 - problem with

2003-11-12 Thread Jacob Lund
Here is what I have tried: Put a file on the server: PUT /files/%c3%a6%c3%b8%c3%a510.txt HTTP/1.1 (UTF8 escaped path) Now I do a propfind: PROPFIND /files/%C3%A6%C3%B8%C3%A510.txt HTTP/1.1 Here I do get a resonse 207 MultiStatus response, so the server recognice the file path. However

RE: encode utf-8 - problem with

2003-11-12 Thread Jacob Lund
PROTECTED] Sent: 12. november 2003 14:08 To: Slide Users Mailing List Subject: Re: encode utf-8 - problem with Jacob Lund wrote: Here is what I have tried: Put a file on the server: PUT /files/%c3%a6%c3%b8%c3%a510.txt HTTP/1.1 (UTF8 escaped path) Now I do a propfind: PROPFIND

UTF8 encoded uri and slide server [was RE: encode utf-8 - problem with ]

2003-11-13 Thread Jacob Lund
done! I believe that this is also the reason why slide do not work properly with Microsoft web folders! /Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: 12. november 2003 14:16 To: 'Slide Users Mailing List' Subject: RE: encode utf-8 - problem with Hmm! If I

RE: UTF8 encoded uri and slide server [was RE: encode utf-8 - problem with ]

2003-11-14 Thread Jacob Lund
that the webdav client library will do some *magic* conversion automatically. Anyone what's that? Thanks. Bill Jacob Lund wrote: Hi again! I have done some investigation! If I convert the href from the propfind body twice then I get the correct result! I think that when the propfind result is generated

RE: Security implementation: ACL draft-12 compliance

2003-11-14 Thread Jacob Lund
Hi Peter! I have started to make an ACL client and I was just wondering! Does the WebDAV servlet interface support all privileges described in the ACL document! I was specifically wondering about the new abilities like DAV:write-content, DAV:write-properties and DAV:unlock. I really missed those

RE: Security implementation: ACL draft-12 compliance

2003-11-16 Thread Jacob Lund
Ahhh - stupid question, sorry! However, is there any solution on how to protect the history content - maybe to copy the ACL settings from the original Uri to the versions created in the history? /Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: 14. november

LOCK/UNLOCK problem with latest source

2003-11-17 Thread Jacob Lund
Hi All! Could some one verify that lock/unlock has a problem with latest slide and TX files store? If I use default domain.xml configuration and then apply a lock with one user and then unlock with another user - this should not be possible unless privilege DAV:unlock has been set! Or am I

LOCK/UNLOCK and latest source

2003-11-17 Thread Jacob Lund
Hi All! Could some one verify that lock/unlock has a problem with latest slide and TX files store? If I use default domain.xml configuration and then apply a lock with one user and then unlock with another user - this should not be possible unless privilege DAV:unlock has bee set! Or am I

RE: LOCK/UNLOCK and latest source

2003-11-17 Thread Jacob Lund
Sorry - did not mean to repost with different subject! Little Microsoft outlook trick :-) /Jacob -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: 17. november 2003 16:02 To: 'Slide Users Mailing List' Subject: LOCK/UNLOCK and latest source Hi All! Could some one

RE: RUNNING.txt Errata

2003-11-17 Thread Jacob Lund
First of all - please stop posting this to both lists! Are you trying to get the slide webapp to run or the integrated server? If you do an ANT webapp-dist then simply try to deploy the webapp on a standard tomcat! Remember to add a root user to the realm (remember this user must be in role

RE: DISCUSSION: Slide 2.0 release

2003-11-17 Thread Jacob Lund
If you do not want to build it yourself, then go to: http://cvs.apache.org/builds/jakarta-slide/nightly/ Here you will get a build of the latest version every day if the source compiles! /Jacob -Original Message- From: davout [mailto:[EMAIL PROTECTED] Sent: 17. november 2003 16:40 To:

RE: RUNNING.txt Errata

2003-11-17 Thread Jacob Lund
the instructions and conversely get the instructions to help others get Slide running. Ollie Jacob Lund wrote: First of all - please stop posting this to both lists! Are you trying to get the slide webapp to run or the integrated server? If you do an ANT webapp-dist then simply try to deploy

RE: LOCK/UNLOCK problem with latest source

2003-11-20 Thread Jacob Lund
to you when I have some more specific details! /Jacob -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Martin Holz Sent: 18. november 2003 15:24 To: [EMAIL PROTECTED] Subject: Re: LOCK/UNLOCK problem with latest source Jacob Lund [EMAIL PROTECTED] writes: Hmm

slide and encoding - why?

2003-11-21 Thread Jacob Lund
Hi all! I have a question about slide and encoding! Why would I have to tell the server what encoding to use? Slide stores what ever is served to it! That is if the url is encoded in UTF8 it will store that and if it is encoded by escaped local charaterset then it will store that - I cannot see

RE: slide and encoding - why?

2003-11-22 Thread Jacob Lund
Zeigermann [mailto:[EMAIL PROTECTED] Sent: 21. november 2003 10:02 To: Slide Users Mailing List Subject: Re: slide and encoding - why? Jacob Lund wrote: In the TxXMLFileDescriptorsStore there is a parameter called encoding! Will this parameter change the encoding of the data when it stores

RE: Microsoft Webfolder Support

2003-12-02 Thread Jacob Lund
Webfolders in XP converts to UTF8 when uploading a file! Slide has a problem with UTF8 encoded URL! Following change solved the UTF8 encoding problems for me: Line 337 in WebdavUtils.java: return decodeURL(fixTomcatURL(result, UTF-8)); should be changed to: return decodeURL(result); Otherwise

RE: Microsoft Webfolder Support

2003-12-02 Thread Jacob Lund
trace tool! /Jacob -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: 2. december 2003 18:56 To: Slide Users Mailing List Subject: Re: Microsoft Webfolder Support Jacob Lund wrote: Webfolders in XP converts to UTF8 when uploading a file! Slide has a problem

RE: Microsoft Webfolder Support

2003-12-03 Thread Jacob Lund
The only problem with microsoft webfolders i XP is that it does not convert back from UTF8 to local when it is presented in the explorer! Then encoding is correct because when I open the file (eg a .doc) by doubleclicking on it, then word and/or IE shows the correct decoded characters! Maybe you

RE: Microsoft Webfolder Support

2003-12-03 Thread Jacob Lund
! /Jacob -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: 3. december 2003 12:03 To: Slide Users Mailing List Subject: Re: Microsoft Webfolder Support Jacob Lund wrote: The only problem with microsoft webfolders i XP is that it does not convert back from UTF8

RE: Microsoft Webfolder Support

2003-12-03 Thread Jacob Lund
! DAVExplorer always upload in locally escaped values. /Jacob -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: 3. december 2003 15:14 To: Slide Users Mailing List Subject: Re: Microsoft Webfolder Support Jacob Lund wrote: I am talking about webfolders! Sure? Do you

RE: Microsoft Webfolder Support

2003-12-08 Thread Jacob Lund
Finally figured this out - I think :-) If I use the HTTPConnector then webdavutils.java has to be changed according to what I described below! If I use the Coyote connector then the fixTomcatURL is correct! Sorry for all the confusion! /Jacob -Original Message- From: Jacob Lund [mailto

UTF8 finally working on TC 4.1

2003-12-10 Thread Jacob Lund
I have finally figured this out! UTF8 only works when encoding is set to UTF8 in the slide.properties (big surprise) and the tomcat connector must be the CoyoteConnector with parameter useURIValidationHack=false! If useURIValidationHack is not set the UTF8 will be broken - that was the cause of

Slide and TC5

2003-12-11 Thread Jacob Lund
Hi All! Have any of you done any test with TC5 and slide? I have done some quick tests and it seems to work! Just remember that if you use UTF8 then the connector must have parameter URIEncoding=UTF-8! /Jacob - To

RE: Security implementation: ACL draft-12 compliance

2004-01-06 Thread Jacob Lund
NOTE: the new ACL-evaluation implementation does not yet support groups in groups ... this is still a TODO :-) Is this a priority for the 2.0 release? /Jacob -Original Message- From: Nevermann, Dr., Peter [mailto:[EMAIL PROTECTED] Sent: 5. november 2003 17:00 To: 'Slide Users Mailing

DAV:acl content question! (ACL draft 12)

2004-01-06 Thread Jacob Lund
Hi, I have been reading the ACL draft 12 and I was wondering about the DAV:acl content! In part 8.1 is stated the DAV:acl might not contain the full ACL for the resource. If the user has DAV:acl-read privilege is set then access is granted for DAV:acl, but what access rights might result in an

  1   2   3   >