NonStop Servlets for JSP System Administrator's Guide
Migration to NSJSP 2.0
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
7-4
Web Application Considerations
Web Application Considerations
•
Any web application that uses deprecated methods may need to be modified.
•
getAuthType(), getUserPrincipal(), and getRemoteUser() now return
information about the authenticated user for protected URLs only.
Log Files Configuration
The following log files are no longer used; they are replaced by other log files:
/usr/tandem/webserver/servlet_jsp/logs/tomcat.log
/usr/tandem/webserver/servlet_jsp/logs/jasper.log
/usr/tandem/webserver/servlet_jsp/logs/servlet.log
Changes from Servlet 2.2 to Servlet 2.3
New Classes
Filter, FilterChain, FilterConfig, ServletContextAttributeEvent,
ServletContextAttributesListener, ServletContextEvent,
ServletContextListener, ServletRequestWrapper,
ServletResponseWrapper, HttpServletRequestWrapper,
HttpServletResponseWrapper, HttpSessionActivationListener,
HttpSessionAttributesListener, HttpSessionEvent,
HttpSessionListener
New Methods
getResourcePaths(), getServletContextName(), resetBuffer(),
HttpSessionBindingEvent.getValue()
New Constants
BASIC_AUTH, DIGEST_AUTH, CLIENT_CERT_AUTH, and FORM_AUTH
Deprecated Classes
HttpUtils
New Security (SSL) Attributes
javax.servlet.request.cipher_suite
javax.servlet.request.key_size
javax.servlet.request.X509Certificate