Polishing

(cherry picked from commit 730bd02)
This commit is contained in:
Juergen Hoeller
2014-12-30 15:01:51 +01:00
parent daa4adf2ed
commit dcb821edb5
3 changed files with 15 additions and 11 deletions

View File

@@ -265,6 +265,8 @@ public class RequestContext {
// context-param in web.xml, if any.
this.defaultHtmlEscape = WebUtils.getDefaultHtmlEscape(this.webApplicationContext.getServletContext());
// Determine response-encoded HTML escape setting from the "responseEncodedHtmlEscape"
// context-param in web.xml, if any.
this.responseEncodedHtmlEscape = WebUtils.getResponseEncodedHtmlEscape(this.webApplicationContext.getServletContext());
this.urlPathHelper = new UrlPathHelper();