|
|
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
|
|
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
|
|
|
log.info("request.isSecure(): [{}]", request.isSecure());
|
|
log.info("request.isSecure(): [{}]", request.isSecure());
|