<%@ page import="java.util.Enumeration" %> <%@ page contentType="text/html; charset=UTF-8" %> <% /* * @(#)jnet.jsp Created on: Apr 19, 2004 * * Copyright (c) 2003 SAP AG, * Neurottstr. 16, 69190 Walldorf, Germany * All Rights Reserved. * * The JSP shows the JNet applet. * * @version $Revision$ $Date$ * @author Metodi Mladenov */ %> <%! String PRM_DATA_ID = "dataId"; %> <%! String PRM_USERNAME = "username"; %> <% String protocol = request.getProtocol(); // cut the version and make lowercase protocol = protocol.substring(0, protocol.indexOf("/")); protocol = protocol.toLowerCase(); String server = request.getServerName(); int port = request.getServerPort(); String serverURL = protocol + "://" + server + ":" + port; // get the data ID String dataId = null;// request.getParameter(PRM_DATA_ID); - Fortify %> JNet No Java 2 support for APPLET!!