%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="s" uri="http://www.springframework.org/tags"%>
<%@page import="com.dbs.mplus.MPlusConstants"%>
<%
response.setHeader("Cache-Control","no-store");
response.setHeader("Pragma","no-cache");
response.setDateHeader("Expires",0);
if (request.getProtocol().equals("HTTP/1.1")){
response.setHeader("Cache-Control", "no-cache");
}
%>
<% String strClientIp = request.getHeader("X-Forwarded-For");
if (strClientIp == null || strClientIp.length() == 0 || "unknown".equalsIgnoreCase(strClientIp)) {
strClientIp = request.getHeader("Proxy-Client-IP");
}
if (strClientIp == null || strClientIp.length() == 0 || "unknown".equalsIgnoreCase(strClientIp)) {
strClientIp = request.getHeader("WL-Proxy-Client-IP");
}
if (strClientIp == null || strClientIp.length() == 0 || "unknown".equalsIgnoreCase(strClientIp)) {
strClientIp = request.getHeader("HTTP_CLIENT_IP");
}
if (strClientIp == null || strClientIp.length() == 0 || "unknown".equalsIgnoreCase(strClientIp)) {
strClientIp = request.getHeader("HTTP_X_FORWARDED_FOR");
}
if (strClientIp == null || strClientIp.length() == 0 || "unknown".equalsIgnoreCase(strClientIp)) {
strClientIp = request.getRemoteAddr();
}
%>
<%-- --%>
" />
">
">
">
" />
">
">
">
">
">
">
">
">
">
">
">
">
" />
">
">
">
">
">
<%-- ">
"> --%>
"/>
"/>
<%-- "/> --%>
<%--
--%>