users
[Top] [All Lists]

Re: [cinjug-users] https login page

To: CinJUG <users@xxxxxxxxxx>
Subject: Re: [cinjug-users] https login page
From: Robert Fries <rgf@xxxxxxxxx>
Date: Wed, 21 Apr 2004 14:13:15 -0400
Delivered-to: mailing list users@cinjug.org
In-reply-to: <OF97F9E0B7.B153EEBC-ON85256E7D.005F9536-85256E7D.00603CB4@starbaseinc.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Organization: Objective Synthesis LLC
References: <OF97F9E0B7.B153EEBC-ON85256E7D.005F9536-85256E7D.00603CB4@starbaseinc.com>
On Wed, 2004-04-21 at 13:30, Jason Kretzer/STAR BASE Consulting Inc.
wrote:
> Hello all,
> 
> For my current question, I need to have my login.html page be https so
> that the POSTing of the form will not be sent plain text to the
> servlet.  I am using WebSphere 5 for this.  

Actually, your login screen doesn't need be https in order to
submit secure information; the action attribute of the form tells the
browser how/where to post; the URL of your login screen only tells
you how/where the form was loaded from, and not how data from the
form will be posted.  You may want to deliver the login page
via SSL as well, but it is not necessary to protect the submission.

Sorry, can't help you with WebSphere 5.

Robert Fries
Objective Synthesis


<Prev in Thread] Current Thread [Next in Thread>