> > -----Original Message-----
        > > From: [Frank Guchelaar] [mailto:[EMAIL PROTECTED]]
        > > Sent: 04 January 2001 13:43
        > > To: [EMAIL PROTECTED]
        > > Subject: Secure
        > >
        > > Hi,
        > >
        > > we're going to develop a sort of e-commerce site. Security will
be very
        > > important, so it's decided to use SSL. Are there any specific
issues we
        > > should take in mind during the development stage because of the
use of ssl?
        > >
        > > Also we would like to make use of the 'default' login-dialog
which the
        > > browser pops-up when someone tries to enter a 'protected'
directory. Getting
        > > the browser to pop this up isn't that hard, but how can I
retreive the
        > > information that was entered by the user?

        > request.getRemoteUser() should give you the login user name.
        >
        > /Manne

        what is the best way to get the default login-dialog. I've seen
examples that use 2 files: .htaccess & .htpasswd. Is there another way of
getting this dialog, with the possibility of retreiving the user-name AND
password the user entered??

        Frank

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to