|
@@ -20,11 +20,10 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.databind.DeserializationFeature;
|
|
import com.fasterxml.jackson.databind.DeserializationFeature;
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
-import com.style24.core.support.text.TscHtmlCharacterEscapes;
|
|
|
|
|
-import com.style24.scm.support.interceptor.TssDefaultInterceptor;
|
|
|
|
|
-
|
|
|
|
|
import com.gagaframework.web.core.filter.GagaXssServletFilter;
|
|
import com.gagaframework.web.core.filter.GagaXssServletFilter;
|
|
|
import com.gagaframework.web.rest.client.GagaRequestStringTrim;
|
|
import com.gagaframework.web.rest.client.GagaRequestStringTrim;
|
|
|
|
|
+import com.style24.core.support.text.TscHtmlCharacterEscapes;
|
|
|
|
|
+import com.style24.scm.support.interceptor.TssDefaultInterceptor;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Web MVC Configuration
|
|
* Web MVC Configuration
|
|
@@ -43,7 +42,7 @@ public class TssWebMvcConfig implements WebMvcConfigurer {
|
|
|
final String[] excludePathPatterns = new String[] {
|
|
final String[] excludePathPatterns = new String[] {
|
|
|
"/", "/index", "/signin", "/image/**", "/ux/**", "/smartEditor/**", "/favicon.ico",
|
|
"/", "/index", "/signin", "/image/**", "/ux/**", "/smartEditor/**", "/favicon.ico",
|
|
|
"/error/**", "/data/**", "/login", "/logout",
|
|
"/error/**", "/data/**", "/login", "/logout",
|
|
|
- "/delivery/sweettracker/response"
|
|
|
|
|
|
|
+ "/delivery/sweettracker/response", "/naverpay/**"
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
registry.addInterceptor(defaultInterceptor)
|
|
registry.addInterceptor(defaultInterceptor)
|