----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi,
On Thu, 30 Dec 1999, Voigt, Ulrich wrote:
VU| The reason why I want to user HTTP authentification and not the usual
HTTP-auth has one problem: the user credentials are carried with each
request (its like a cookie) and thus more likely to spy at, unless you use
SSL authentification - just to think about it. And it won't work with
stronger authentification mechanisms like SecurID or Crypto Card stuff.
VU| session mechanism is, that I don't want to set cookies and I can't use the
VU| encodeURL mechanism, because the user would loose its session after
VU| selecting a static HTML page.
if the static HTML-pages are all on your server, you may use the automatic
URL-Rewriting stuff offered by the JSSI-Servlet
( <http://java.apache.org/jservssi/> )
ciao,
-hen
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]