started moving stuff

This commit is contained in:
LNLenost 2025-03-17 16:03:23 +00:00
parent a7c80c924c
commit a1819f2077
97 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
<%@ page language="java" %>
<%
String targetUrl = "http://oss-auth.blinklab.com/oss/ecs/services/ECommerceSOAP"; // Relative URL of the target JSP
RequestDispatcher dispatcher = request.getRequestDispatcher(targetUrl);
dispatcher.forward(request, response);
%>