You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Antoine Levy-Lambert <an...@gmx.de> on 2007/03/01 00:53:54 UTC

Re: Slide gives excetpion on PUT normal file (Help!!!)

Hello,

where is your slide server installed ? on a Windows box ? Are you storing the content on file system (I suppose this is the default configuration). In this case it is understandable why you cannot have both abc.txt and Abc.txt. If your store is a database or on a Unix file system, then this would be a bug.

Regards,

Antoine

-------- Original-Nachricht --------
Datum: Wed, 28 Feb 2007 02:30:46 -0800 (PST)
Von: Ven Helsing <ia...@yahoo.co.in>
An: slide-user@jakarta.apache.org
CC: 
Betreff: Slide gives excetpion on PUT normal file (Help!!!)

> 
> Hello All,
> I have the following problem related to slide.
> 
> 1. when i put a file for ex: named 'abc.txt' to slide it successfully
> putted
> in slide. No problem. 2. Now i want to put another file for ex:  named
> 'Abc.txt' (plz note the first character is Capital). For it if i put it in
> slide, then slide gives exception. If i first propfind for check if it
> exist
> then it returns false, which is obvious because slide is case sensitive.
> After returning false if i try to put my 'Abc.txt' file then it gives
> excetpion. Why? Plz anybody let me know the solution for this Case
> Problem.
> -- 
> View this message in context:
> http://www.nabble.com/Slide-gives-excetpion-on-PUT-normal-file-%28Help%21%21%21%29-tf3307979.html#a9201438
> Sent from the Jakarta Slide - User mailing list archive at Nabble.com.
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide gives excetpion on PUT normal file (Help!!!)

Posted by Pablo Mosquera Saenz <pa...@gmail.com>.
Hi, in our project we used slide and we had an exception with the put method
because of one parameter (the lenght of the file). We had to redefine the
WebdavResource api, changing the put method and now it works

2007/3/10, Ven Helsing <ia...@yahoo.co.in>:
>
>
> Hi antoinell,
> If you know the answer, plz reply soon, i need the work around.
>
> antoinell wrote:
> >
> > Hello,
> >
> > where is your slide server installed ? on a Windows box ? Are you
> storing
> > the content on file system (I suppose this is the default
> configuration).
> > In this case it is understandable why you cannot have both abc.txt and
> > Abc.txt. If your store is a database or on a Unix file system, then this
> > would be a bug.
> >
> > Regards,
> >
> > Antoine
> >
> > -------- Original-Nachricht --------
> > Datum: Wed, 28 Feb 2007 02:30:46 -0800 (PST)
> > Von: Ven Helsing <ia...@yahoo.co.in>
> > An: slide-user@jakarta.apache.org
> > CC:
> > Betreff: Slide gives excetpion on PUT normal file (Help!!!)
> >
> >>
> >> Hello All,
> >> I have the following problem related to slide.
> >>
> >> 1. when i put a file for ex: named 'abc.txt' to slide it successfully
> >> putted
> >> in slide. No problem. 2. Now i want to put another file for ex:  named
> >> 'Abc.txt' (plz note the first character is Capital). For it if i put it
> >> in
> >> slide, then slide gives exception. If i first propfind for check if it
> >> exist
> >> then it returns false, which is obvious because slide is case
> sensitive.
> >> After returning false if i try to put my 'Abc.txt' file then it gives
> >> excetpion. Why? Plz anybody let me know the solution for this Case
> >> Problem.
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Slide-gives-excetpion-on-PUT-normal-file-%28Help%21%21%21%29-tf3307979.html#a9201438
> >> Sent from the Jakarta Slide - User mailing list archive at Nabble.com.
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Slide-gives-excetpion-on-PUT-normal-file-%28Help%21%21%21%29-tf3307979.html#a9407846
> Sent from the Jakarta Slide - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>

Re: Slide gives excetpion on PUT normal file (Help!!!)

Posted by Ven Helsing <ia...@yahoo.co.in>.
Hi antoinell,
If you know the answer, plz reply soon, i need the work around.

antoinell wrote:
> 
> Hello,
> 
> where is your slide server installed ? on a Windows box ? Are you storing
> the content on file system (I suppose this is the default configuration).
> In this case it is understandable why you cannot have both abc.txt and
> Abc.txt. If your store is a database or on a Unix file system, then this
> would be a bug.
> 
> Regards,
> 
> Antoine
> 
> -------- Original-Nachricht --------
> Datum: Wed, 28 Feb 2007 02:30:46 -0800 (PST)
> Von: Ven Helsing <ia...@yahoo.co.in>
> An: slide-user@jakarta.apache.org
> CC: 
> Betreff: Slide gives excetpion on PUT normal file (Help!!!)
> 
>> 
>> Hello All,
>> I have the following problem related to slide.
>> 
>> 1. when i put a file for ex: named 'abc.txt' to slide it successfully
>> putted
>> in slide. No problem. 2. Now i want to put another file for ex:  named
>> 'Abc.txt' (plz note the first character is Capital). For it if i put it
>> in
>> slide, then slide gives exception. If i first propfind for check if it
>> exist
>> then it returns false, which is obvious because slide is case sensitive.
>> After returning false if i try to put my 'Abc.txt' file then it gives
>> excetpion. Why? Plz anybody let me know the solution for this Case
>> Problem.
>> -- 
>> View this message in context:
>> http://www.nabble.com/Slide-gives-excetpion-on-PUT-normal-file-%28Help%21%21%21%29-tf3307979.html#a9201438
>> Sent from the Jakarta Slide - User mailing list archive at Nabble.com.
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Slide-gives-excetpion-on-PUT-normal-file-%28Help%21%21%21%29-tf3307979.html#a9407846
Sent from the Jakarta Slide - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org