https://issues.apache.org/bugzilla/show_bug.cgi?id=52735

minde sun <minde....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #3 from minde sun <minde....@gmail.com> 2012-02-22 02:16:54 UTC ---
You must not access request/response objects outside of request processing
cycle. Failing to adhere to this requirement may lead to notable security
issues.
-------------
I am not sure what that means? One thing I can guarantee is that we handle the
request/responses within the same thread, we don't create a new thread for
this.
---
Btw, this happened only on my machine, for other machines, we don't hit this
issue.
---
On the other hand, we need to handle null pointer exception for the following
statement in class Http11AprProcessor:
long socketRef = socket.getSocket().longValue();
---
Thanks,
Minde

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to