[OT] How to determine whether a session or request is SSL

2005-03-11 Thread Jan Behrens
Hi list, I would like to evaluate the current encription status of a users session or request from out of a taglib or servlet. E.g. know whether the user is using https and possibly the encryption strength used... This must be easy (I hope) but I couldn't work out how to so far and wondered whe

Re: [OT] How to determine whether a session or request is SSL

2005-03-11 Thread Rodrigo Avila
To know if the user use ssl, try the boolean request.isSecure(). On Fri, 11 Mar 2005 13:27:09 +0100, Jan Behrens <[EMAIL PROTECTED]> wrote: > Hi list, > > I would like to evaluate the current encription status of a users session > or request from out of a taglib or servlet. E.g. know whether the

Antwort: Re: [OT] How to determine whether a session or request is SSL

2005-03-11 Thread Jan Behrens
-102 E-mail: [EMAIL PROTECTED] - URL: http://www.offis.de Rodrigo Avila <[EMAIL PROTECTED]> 11.03.2005 09:58 Bitte antworten an "Tomcat Users List" An Tomcat Users List Kopie Thema Re: [OT] How to determine whether a session or request is SSL To know if the user

Re: Re: [OT] How to determine whether a session or request is SSL

2005-03-11 Thread Rodrigo Avila
s.de > > Rodrigo Avila <[EMAIL PROTECTED]> > 11.03.2005 09:58 > Bitte antworten an > "Tomcat Users List" > > An > Tomcat Users List > Kopie > > Thema > Re: [OT] How to determine whether a session or request is SSL > > > To know if t

Antwort: Re: Re: [OT] How to determine whether a session or request is SSL

2005-03-11 Thread Jan Behrens
-102 E-mail: [EMAIL PROTECTED] - URL: http://www.offis.de Rodrigo Avila <[EMAIL PROTECTED]> 11.03.2005 11:02 Bitte antworten an "Tomcat Users List" An Tomcat Users List Kopie Thema Re: Re: [OT] How to determine whether a session or request is SSL Sincerily... I don kn