|
@@ -9,13 +9,12 @@ import org.springframework.web.context.request.RequestAttributes;
|
|
|
import org.springframework.web.context.request.RequestContextHolder;
|
|
import org.springframework.web.context.request.RequestContextHolder;
|
|
|
import org.springframework.web.context.request.ServletRequestAttributes;
|
|
import org.springframework.web.context.request.ServletRequestAttributes;
|
|
|
|
|
|
|
|
|
|
+import com.gagaframework.web.security.GagaSession;
|
|
|
import com.style24.front.support.security.TsfLoginDetails;
|
|
import com.style24.front.support.security.TsfLoginDetails;
|
|
|
import com.style24.persistence.domain.Login;
|
|
import com.style24.persistence.domain.Login;
|
|
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
|
|
-import com.gagaframework.web.security.GagaSession;
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* Session
|
|
* Session
|
|
|
*
|
|
*
|
|
@@ -69,7 +68,7 @@ public class TsfSession extends GagaSession {
|
|
|
log.info("device.isNormal: {}", device.isNormal());
|
|
log.info("device.isNormal: {}", device.isNormal());
|
|
|
log.info("device.isTablet: {}", device.isTablet());
|
|
log.info("device.isTablet: {}", device.isTablet());
|
|
|
|
|
|
|
|
- if ("Y".equals(TsfSession.getAttribute("isApp"))) {
|
|
|
|
|
|
|
+ if ("true".equals(TsfSession.getAttribute("isApp"))) {
|
|
|
return "A";
|
|
return "A";
|
|
|
}
|
|
}
|
|
|
|
|
|