378487 Null out contextPath on Request.recycle

This commit is contained in:
Jan Bartel 2012-05-04 15:58:38 +02:00
parent 7158ad9f63
commit 50ebafb286
1 changed files with 1 additions and 0 deletions

View File

@ -1374,6 +1374,7 @@ public class Request implements HttpServletRequest
if (_attributes != null)
_attributes.clearAttributes();
_characterEncoding = null;
_contextPath = null;
if (_cookies != null)
_cookies.reset();
_cookiesExtracted = false;