351039 Forward dispatch should retain locale

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3460 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jan Bartel 2011-07-04 02:54:58 +00:00
parent b5a2e7e426
commit dd3361047d
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,7 @@
jetty-7.4.4-SNAPSHOT
+ JETTY-1380 Jetty Rewrite example does not work in Hightide
+ 308851 Converted all jetty-client module tests to JUnit 4
+ 351039 Forward dispatch should retain locale
jetty-7.4.3.v20110701 01 July 2011
+ 295832 ProxyServlet more extensible and configurable

View File

@ -1027,12 +1027,7 @@ public class Response implements HttpServletResponse
public void fwdReset()
{
resetBuffer();
_mimeType=null;
_cachedMimeType=null;
_contentType=null;
_characterEncoding=null;
_explicitEncoding=false;
_locale=null;
_outputState=NONE;
_writer=null;
}