You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ortwin Glück <or...@nose.ch> on 2002/09/02 11:01:13 UTC

Re: [HttpClient][PATCH] Fix candidate for Bug 11052

Another idea to achieve the same thing:

only add recycle(boolean delete)

the existing recycle() would then just call recycle(false)

This way you can easily control file deletion in place.

Odi

Ryan Lubke wrote:
> Attached is a crack at corrected the bug oulined in 11052 
> (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11052)
> 
> Basically adds two new methods:
> 
>   - setDeleteOnRecycle(boolean delete)
>   - getDeleteOnRecycle()


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [HttpClient][PATCH] Fix candidate for Bug 11052

Posted by Ryan Lubke <Ry...@Sun.COM>.
I had thought about it, but I didn't really like the idea at the time.

I thought this would be more intuitive.

'course I could be wrong....

Thanks for taking a look.  Did you have a chance to look over the new
build.xml patch, or try it out?



On Mon, 2002-09-02 at 05:01, Ortwin Glück wrote:
> Another idea to achieve the same thing:
> 
> only add recycle(boolean delete)
> 
> the existing recycle() would then just call recycle(false)
> 
> This way you can easily control file deletion in place.
> 
> Odi
> 
> Ryan Lubke wrote:
> > Attached is a crack at corrected the bug oulined in 11052 
> > (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11052)
> > 
> > Basically adds two new methods:
> > 
> >   - setDeleteOnRecycle(boolean delete)
> >   - getDeleteOnRecycle()
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>