|
What this is
Other links
The source code
<html>
<head>
<title>MVNForum Demo Single Sign On, Realm - Login
<link href="<%=response.encodeURL(request.getContextPath() + "/mvnplugin/mvnforum/css/style.css")%>" rel="stylesheet" type="text/css">
</head>
<body>
<form method="POST" action='<%= response.encodeURL("j_security_check") %>' >
<table width="100%" height="100%">
<tr>
<td>
<table width="70%" class="tborder" cellspacing="1" cellpadding="3" align="center" valign="center">
<tr>
<td class="theader" colspan="2" align="left">MVNForum Demo Single Sign On, Realm - Login |
</tr>
<% String user = request.getRemoteUser();
if ( user != null ) {
%>
<tr class="trow1">
<td align="center" colspan="2">
You are logged in Realm as user "<b><%=user%>".
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.