KJB 로직 일부 정리

This commit is contained in:
curry772
2026-03-30 15:55:58 +09:00
parent 10d3ce75c1
commit 51724ab0f5
2 changed files with 48 additions and 32 deletions
@@ -110,6 +110,7 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
transactionProp.put(POST_FILTERS, httpProp.getProperty(POST_FILTERS, ""));
transactionProp.put(PROPERTIES_NAME_HTTP_REQUEST_METHOD, request.getMethod());
transactionProp.put(ALLOW_IP, httpProp.getProperty(ALLOW_IP, ""));
transactionProp.put("BLOCK_IP", httpProp.getProperty("BLOCK_IP", ""));
transactionProp.put(ENC_PATHS, httpProp.getProperty(ENC_PATHS, ""));