378487 Null out contextPath on Request.recycle
This commit is contained in:
parent
7158ad9f63
commit
50ebafb286
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue