----------------------------------------------------------------
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!!!
----------------------------------------------------------------
I am using OpenSA2.0 Apache 1.3.12 with mod_ssl and JServ. I want
to restrict access to a servlet to 128-bit HTTPS. Of course, this is
possible within the Apache configuration itself, but I would like to be able
to check as well in the servlet itself.
Is there a way to get "CGI Environment variables" passed as parameters to
servlets? Within the Apache configuration, I added:
<Location /servlet>
SSLOptions +StdEnvVars
</Location>
However, I don't see anything passed in when I invoke the standard
TestServlet. My only resource seems to be that the Scheme is "https" rather
than "http".
Any clues would be appreciated.
Kirk Benson
BROKAT
--
--------------------------------------------------------------
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]