NonStop Servlets for JSP System Administrator's Guide
Overview and Architecture
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
1-13
New Security (SSL) Attributes
New Security (SSL) Attributes
New security (SSL) attributes include the following:
javax.servlet.request.cipher_suite
javax.servlet.request.key_size
javax.servlet.request.X509Certificate
Statics For Authentication types
The getAuthType() method that returns the type of authentication used to identify a
client has been defined to return one of the four new static final string constants in the
HttpServletRequest class. These new static final string constants are:
BASIC_AUTH, DIGEST_AUTH, CLIENT_CERT_AUTH, and FORM_AUTH.
New Error Attributes
javax.servlet.error.status_code
javax.servlet.error.exception_type
javax.servlet.error.message
HttpUtils Class
The HttpUtils class is no longer used.