Re: TC6, Response.recycle question

2006-07-13 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I'm looking to be enlightened You gave all the reason by yourself: this is an invalid access, so an application bug. If there's no security manager, then it's not a problem (the person is supposed to fix his bug), while if the security

Re: TC6, Response.recycle question

2006-07-13 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I'm looking to be enlightened You gave all the reason by yourself: this is an invalid access, so an application bug. If there's no security manager, then it's not a problem (the person is supposed to fix his bug), while if the security manager is there, the

TC6, Response.recycle question

2006-07-12 Thread Filip Hanik - Dev Lists
I have a question, I looked at the code for Response.java, it seems that even if the Request and Response objects have been recycled, the ResponseFacade is allowed a reference all the way down to the output buffer. If this output buffer happens to be reused somewhere, for a different socket, we