[GUMP@brutus]: Project jakarta-slide (in module jakarta-slide) failed

2005-02-10 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-slide has an issue affecting its community integration. This issue

Large File Support

2005-02-10 Thread Clive Borrageiro
Hi, I am running Slide 2.1 on Jetty 4.2.20 (a patched version for large file 2GB support). The upload is working fine but downloading a large file doesn't work. The error on the server (printed out to the console) is: root, GET, 412 Precondition Failed, 167125 ms, /files/new1.zip And on the

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util WebdavUtils.java

2005-02-10 Thread ozeigermann
ozeigermann2005/02/10 08:54:38 Modified:src/webdav/server/org/apache/slide/webdav/util WebdavUtils.java Log: Warn in case creation of a path mapper failed Revision ChangesPath 1.37 +10 -7

Re: Two small new features

2005-02-10 Thread Oliver Zeigermann
On Wed, 09 Feb 2005 23:32:23 -0800, James Mason [EMAIL PROTECTED] wrote: Both look useful, although I'm not sure I understand how #1 actually works. It's late, so my brain's not working right, but could you explain it a little? :) Yes, my explanations wasn't very good: In WebdavUtils there is

Re: Two small new features

2005-02-10 Thread James Mason
On Thu, 2005-02-10 at 17:55 +0100, Oliver Zeigermann wrote: On Wed, 09 Feb 2005 23:32:23 -0800, James Mason [EMAIL PROTECTED] wrote: Both look useful, although I'm not sure I understand how #1 actually works. It's late, so my brain's not working right, but could you explain it a little? :)

Implementing my own PrincipalStore

2005-02-10 Thread Andy Depue
Short version: If the method 'boolean cacheResults()' defined in 'org.apache.slide.common.Service' returns true, will the store benefit from some kind of automatic caching? Long version: I'm implementing my own principal Store and am basing my work off of JNDIPrincipalStore. JNDIPrincipalStore

Re: Two small new features

2005-02-10 Thread Oliver Zeigermann
On Thu, 10 Feb 2005 09:14:44 -0800, James Mason [EMAIL PROTECTED] wrote: Also, a couple suggestions. Can you add a log message when you catch all Exceptions thrown when creating the PathMapper? That makes it easier to tell what went wrong when the error occurs :). And, the authentication

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav WebdavServletConfig.java

2005-02-10 Thread ozeigermann
ozeigermann2005/02/10 09:26:57 Modified:src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java src/conf/webapp web.xml src/webdav/server/org/apache/slide/webdav WebdavServletConfig.java

RE: Two small new features

2005-02-10 Thread Warwick Burrows
Hi Oliver, Yes, my explanations wasn't very good: In WebdavUtils there is this method getRelativePath which translates the request to the path used for the request. The hook in (1) allows you to supply a custom mapping. I can't conceptualize what I could use this feature for. Would

Re: Two small new features

2005-02-10 Thread Oliver Zeigermann
On Thu, 10 Feb 2005 09:42:53 -0800, Warwick Burrows [EMAIL PROTECTED] wrote: Hi Oliver, Yes, my explanations wasn't very good: In WebdavUtils there is this method getRelativePath which translates the request to the path used for the request. The hook in (1) allows you to supply a

Re: Two small new features

2005-02-10 Thread Brian Moseley
Oliver Zeigermann wrote: Consider you have some sort of subdomains (is this the right word?) with your main domain www.slide.org and have a request to oliver.slide.org/dav, but really want to be the same as - say - www.slide.org/dav/oliver. The hook could then transform the path to /files/oliver

DO NOT REPLY [Bug 33498] New: - WebdavResource's moveMethod returns true even when it fails

2005-02-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33498. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33498] - WebdavResource's moveMethod returns true even when it fails

2005-02-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33498. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[Jakarta-Slide Wiki] Updated: SlidePropertiesFile

2005-02-10 Thread jakarta-slide-cvs
Date: 2005-02-10T11:06:53 Editor: BrianLee Wiki: Jakarta-Slide Wiki Page: SlidePropertiesFile URL: http://wiki.apache.org/jakarta-slide/SlidePropertiesFile no comment Change Log: -- @@ -70,6 +70,9 @@

[Jakarta-Slide Wiki] New: JettySetup

2005-02-10 Thread jakarta-slide-cvs
Date: 2005-02-10T11:08:00 Editor: BrianLee Wiki: Jakarta-Slide Wiki Page: JettySetup URL: http://wiki.apache.org/jakarta-slide/JettySetup no comment New Page: ##language:en == Jetty Setup Information == Text. === Example === {{{ xxx }}} === Setting up JAAS === xxx

[Jakarta-Slide Wiki] Updated: WebDavConstructionKit

2005-02-10 Thread jakarta-slide-cvs
Date: 2005-02-10T11:25:10 Editor: BrianLee Wiki: Jakarta-Slide Wiki Page: WebDavConstructionKit URL: http://wiki.apache.org/jakarta-slide/WebDavConstructionKit no comment Change Log: -- @@ -105,8

[Jakarta-Slide Wiki] Updated: WebDavConstructionKit

2005-02-10 Thread jakarta-slide-cvs
Date: 2005-02-10T11:26:29 Editor: BrianLee Wiki: Jakarta-Slide Wiki Page: WebDavConstructionKit URL: http://wiki.apache.org/jakarta-slide/WebDavConstructionKit no comment Change Log: -- @@ -14,7 +14,9

[Jakarta-Slide Wiki] Updated: WebDavConstructionKit

2005-02-10 Thread jakarta-slide-cvs
Date: 2005-02-10T11:28:00 Editor: BrianLee Wiki: Jakarta-Slide Wiki Page: WebDavConstructionKit URL: http://wiki.apache.org/jakarta-slide/WebDavConstructionKit no comment Change Log: -- @@ -79,7 +79,7

RE: Two small new features

2005-02-10 Thread Warwick Burrows
Yep, I see what you mean. For virtually hosted sites you may want to share a single Slide server cluster (and partition it) amongst all the virtually hosted companies. You can use this feature to map the different hostnames to collections under /slide/files. Thanks, Warwick -Original

DO NOT REPLY [Bug 33503] New: - PropPatchMethod() fails with duplicate names in different namespaces

2005-02-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33503. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33503] - PropPatchMethod() fails with duplicate names in different namespaces

2005-02-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33503. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33503] - PropPatchMethod() fails with duplicate names in different namespaces

2005-02-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33503. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[Jakarta-Slide Wiki] Updated: WebDavConstructionKit

2005-02-10 Thread jakarta-slide-cvs
Date: 2005-02-10T16:16:06 Editor: BrianLee Wiki: Jakarta-Slide Wiki Page: WebDavConstructionKit URL: http://wiki.apache.org/jakarta-slide/WebDavConstructionKit no comment Change Log: -- @@ -111,7

Semi-colon stored with namespace name in properties table?

2005-02-10 Thread Warwick Burrows
Hi guys, I'm wondering why the ':' character is stored in the namespace field of the properties table. Ie. my namespace names are all stored as DAV:. The : is just a separator between the namespace name and the rest of the identifier so why is it stored as part of the namespace? Or am I doing

Re: Semi-colon stored with namespace name in properties table?

2005-02-10 Thread Michael Smith
Warwick Burrows wrote: Hi guys, I'm wondering why the ':' character is stored in the namespace field of the properties table. Ie. my namespace names are all stored as DAV:. The : is just a separator between the namespace name and the rest of the identifier so why is it stored as part of the

RE: Semi-colon stored with namespace name in properties table?

2005-02-10 Thread Warwick Burrows
Thanks for the detailed explanation! I understand now. -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 8:09 PM To: Slide Developers Mailing List Subject: Re: Semi-colon stored with namespace name in properties table? Warwick

Re: Implementing my own PrincipalStore

2005-02-10 Thread James Mason
If cacheResults() returns true the caching mechanism in ExternalStore is used. I can't remember if Oliver added timeouts to that cache (I think he did recently), but if not objects are expired when the cache fills or when the object changes. With the roundtrip times involved in loading information