Merge remote-tracking branch 'origin/jenkins_with_weblogic' of C:/eactive/workspaces/eapim-bundle/bundles/251104/eapim-admin_incremental_2025-10-15.bundle into jenkins_with_weblogic
# Conflicts: # WebContent/addon/request-header.jsp
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
UserManController_사용자관리_APIGW_INSERT,UPDATE,DELETE
|
||||
AdapterController_어댑터관리_APIGW_INSERT,UPDATE,DELETE
|
||||
ApiInterfaceController_API관리_APIGW_INSERT,UPDATE,DELETE
|
||||
ApiInterfaceController_API관리_APIGW_INSERT,UPDATE,DELETE,CLONE
|
||||
ClientController_Client (키정보)관리_APIGW_INSERT,UPDATE,DELETE
|
||||
RoleController_Role (역할)관리_APIGW_INSERT,UPDATE,DELETE
|
||||
MenuController_Menu관리_APIGW_INSERT,UPDATE,DELETE
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
<%@ page import="java.util.Enumeration" %>
|
||||
<%@page contentType="text/html; charset=UTF-8" pageEncoding="utf-8" trimDirectiveWhitespaces="true"%>
|
||||
<%@ page language="java" contentType="text/plain; charset=UTF-8" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
|
||||
<%
|
||||
Enumeration<String> names = request.getHeaderNames();
|
||||
while (names.hasMoreElements()) {
|
||||
String name = names.nextElement();
|
||||
out.println(name + ": " + request.getHeader(name));
|
||||
}
|
||||
java.util.Enumeration<String> names = request.getHeaderNames();
|
||||
while (names.hasMoreElements()) {
|
||||
String name = names.nextElement();
|
||||
out.println(name + ": " + request.getHeader(name));
|
||||
}
|
||||
%>
|
||||
---------
|
||||
request.getScheme(): <%=request.getScheme()%>
|
||||
@@ -1196,7 +1196,7 @@
|
||||
type: "POST",
|
||||
url: jsonUrl,
|
||||
data: {
|
||||
cmd: 'INSERT_CLONE',
|
||||
cmd: 'CLONE',
|
||||
orgApiInterfaceId,
|
||||
newBizCode,
|
||||
newApiInterfaceId,
|
||||
|
||||
Reference in New Issue
Block a user