Add Google Crome Frame support.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-21 22:18:04 -03:00
parent a5bf5b8d57
commit 10e869ab70
23 changed files with 99 additions and 154 deletions

View File

@@ -10,10 +10,4 @@
<%
User user = Utils.getUser(false);
request.setAttribute("principal", user);
UserAgent userAgent = null;
final HttpSession session = request.getSession();
if (session != null) {
userAgent = (UserAgent) session.getAttribute(BrowserSupportInterceptor.USER_AGENT);
}
%>