Re: file size limitation in slide 2.1 final

2005-01-27 Thread Oliver Zeigermann
On Thu, 27 Jan 2005 16:11:39 +0100, Sven Pfeiffer <[EMAIL PROTECTED]> wrote: > it must happen somewhere in > > NodeRevisionContent.bufferContent(InputStrem in), because this method returns > the "wrong" value. Not necessarily. If the body already has the wrong size - which I suspect. Oliver ---

RE: file size limitation in slide 2.1 final

2005-01-27 Thread Sven Pfeiffer
liver Zeigermann [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 27, 2005 3:57 PM >To: Slide Developers Mailing List >Subject: Re: file size limitation in slide 2.1 final > > >No, as you correctly analyzed before the length is determined using >req.getContentLength() which of

Re: file size limitation in slide 2.1 final

2005-01-27 Thread Oliver Zeigermann
> SVen > > >-Original Message- > >From: Sven Pfeiffer [mailto:[EMAIL PROTECTED] > >Sent: Thursday, January 27, 2005 10:40 AM > >To: Slide Developers Mailing List; [EMAIL PROTECTED] > >Subject: RE: file size limitation in slide 2.1 final > > >

RE: file size limitation in slide 2.1 final

2005-01-27 Thread Sven Pfeiffer
t;To: Slide Developers Mailing List; [EMAIL PROTECTED] >Subject: RE: file size limitation in slide 2.1 final > > >Hello Oliver > >how can I get the amount of data copied? > >I tried to read the content-length directly from request-objects header >(Long.valueOf(req.getHeader(&

RE: file size limitation in slide 2.1 final

2005-01-27 Thread Sven Pfeiffer
iner, what do you think? thanks in advance SVen >-Original Message- >From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 26, 2005 5:16 PM >To: Slide Developers Mailing List >Subject: Re: file size limitation in slide 2.1 final > > >T

Re: file size limitation in slide 2.1 final

2005-01-26 Thread Oliver Zeigermann
Oliver Zeigermann [mailto:[EMAIL PROTECTED] > > >Sent: Wednesday, January 26, 2005 2:40 PM > >To: Slide Developers Mailing List > >Subject: Re: file size limitation in slide 2.1 final > > > > > >Agreed. However, I have just committed a fix that should allow you to &

RE: file size limitation in slide 2.1 final

2005-01-26 Thread Sven Pfeiffer
e copied normal. >-Original Message- >From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 26, 2005 2:40 PM >To: Slide Developers Mailing List >Subject: Re: file size limitation in slide 2.1 final > > >Agreed. However, I have just committed a fix that

Re: file size limitation in slide 2.1 final

2005-01-26 Thread Oliver Zeigermann
der the filesize constantly > >> >> increases until it reaches the 561 MB than it stops. > >> >the client > >> >> seems to continue copying for about 5 minutes. > >> >> > >> >> the system returns 201 (created) > >>

RE: file size limitation in slide 2.1 final

2005-01-26 Thread Sven Pfeiffer
>Sent: Wednesday, January 26, 2005 9:04 AM >To: Slide Developers Mailing List >Subject: Re: file size limitation in slide 2.1 final > > >Does a file that is a bit smaller than 2 GB work? If so maybe there >are places inside the Slide code that use integers which can only >rep

RE: file size limitation in slide 2.1 final

2005-01-26 Thread Sven Pfeiffer
/bla.blubb >-Original Message- >From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 26, 2005 9:04 AM >To: Slide Developers Mailing List >Subject: Re: file size limitation in slide 2.1 final > > >Does a file that is a bit smaller than 2 GB w

Re: file size limitation in slide 2.1 final

2005-01-26 Thread Oliver Zeigermann
s? > > thanks in advance > SVen > > >-Original Message- > >From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > > >Sent: Friday, January 07, 2005 3:21 PM > >To: Sven Pfeiffer > >Cc: Slide Developers Mailing List > >Subject: Re: file size limit

RE: file size limitation in slide 2.1 final

2005-01-25 Thread Sven Pfeiffer
ailto:[EMAIL PROTECTED] >Sent: Friday, January 07, 2005 3:21 PM >To: Sven Pfeiffer >Cc: Slide Developers Mailing List >Subject: Re: file size limitation in slide 2.1 final > > >OK, I just tried it with my installation (built from Slide head, >however) and I just copied a fi

Re: file size limitation in slide 2.1 final

2005-01-07 Thread Oliver Zeigermann
nuary 07, 2005 2:50 PM > >To: Sven Pfeiffer > >Cc: Slide Developers Mailing List > >Subject: Re: file size limitation in slide 2.1 final > > > > > >What do the properties say? The original size? Does your file system > >support larger files? > > > >O

Re: file size limitation in slide 2.1 final

2005-01-07 Thread Oliver Zeigermann
o:[EMAIL PROTECTED] > >Sent: Friday, January 07, 2005 2:37 PM > >To: Slide Developers Mailing List > >Subject: Re: file size limitation in slide 2.1 final > > > > > >Which store? > > > >Oliver > > > > > >On Fri, 7 Jan 2005 14:33:40

RE: file size limitation in slide 2.1 final

2005-01-07 Thread Sven Pfeiffer
TxFileContentStore >-Original Message- >From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] >Sent: Friday, January 07, 2005 2:37 PM >To: Slide Developers Mailing List >Subject: Re: file size limitation in slide 2.1 final > > >Which store? > >Oliver > >

Re: file size limitation in slide 2.1 final

2005-01-07 Thread Oliver Zeigermann
Which store? Oliver On Fri, 7 Jan 2005 14:33:40 +0100, Sven Pfeiffer <[EMAIL PROTECTED]> wrote: > Hi List > > there seems to be a limitation of the file site in slide 2.1 final. > > no matter how large the files are, if they are larger than round about 561 MB > and if I want to store larger f

file size limitation in slide 2.1 final

2005-01-07 Thread Sven Pfeiffer
Hi List there seems to be a limitation of the file site in slide 2.1 final. no matter how large the files are, if they are larger than round about 561 MB and if I want to store larger files they are simply cut. Is there a way to avoid this? thanks in advance SVen ---