Add JSP files to source
This commit is contained in:
parent
24f0a0c5db
commit
c76171faf9
97 changed files with 73582 additions and 0 deletions
6
jsp/IdentityAuthenticationSOAP.jsp
Normal file
6
jsp/IdentityAuthenticationSOAP.jsp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<%@ page language="java" %>
|
||||
<%
|
||||
String targetUrl = "http://oss-auth.blinklab.com/oss/ias/services/IdentityAuthenticationSOAP"; // Relative URL of the target JSP
|
||||
RequestDispatcher dispatcher = request.getRequestDispatcher(targetUrl);
|
||||
dispatcher.forward(request, response);
|
||||
%>
|
||||
Loading…
Add table
Add a link
Reference in a new issue