%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <% String domain = request.getServerName(); if("Y".equals(request.getParameter("mobileCancle"))) { egovframework.com.utl.fcc.service.EgovHttpUtil.removeIsMobile(request); egovframework.com.utl.fcc.service.EgovHttpUtil.setIsMobileCancled(request); } else if(egovframework.com.utl.fcc.service.EgovHttpUtil.checkMobileHeader(request)) { if(request.getSession().getAttribute("IS_MOBILE_CANCLE") == null) { egovframework.com.utl.fcc.service.EgovHttpUtil.removeIsMobileCancled(request); egovframework.com.utl.fcc.service.EgovHttpUtil.setIsMobile(request); } } String refreshUrl = "/index.do" + (request.getQueryString() != null ? "?" + request.getQueryString() : ""); String returnUrl = egovframework.com.utl.cas.service.EgovSessionCookieUtil.getCookie(request, "returnUrl"); if(returnUrl != null){ refreshUrl = returnUrl; } %>