Show proxyInfo.jsp syntax highlighted
<html>
<head>
<title>Proxy Info</title>
</head>
<body>
[ <a href="https://vhost1.hip.fi:443/gridsp/sp/ProxyInfoServlet?infoType=proxyInfo">proxy cert info</a> ]
[ <a href="https://vhost1.hip.fi:443/gridsp/sp/ProxyInfoServlet?infoType=certInfo">user cert info</a> ]
[ <a href="https://vhost1.hip.fi:443/gridsp/sp/ProxyInfoServlet?infoType=proxyData">raw proxy data</a> ]<br>
<pre>
<%
String proxyInfo = (String) request.getAttribute("proxyInfo");
if (proxyInfo != null) {
%>
<%= proxyInfo %>
<% } %>
</pre>
</body>
</html>
See more files for this project here