Installation guide
Fixed Problems
41
iPlanet Web Server, Enterprise Edition 4.1 SP1
iPlanet Web Server, Enterprise Edition 4.1 SP1 includes the following bug fixes:
• 352593. Server side include statement virtual won't allow relative directories.
• 386459. SSL Save and Apply doesn't start server.
• 386715. Web Server hangs when the output stream was requested from the
HttpServletResponse in a thread spawned by the servlet.
• 387522. Adding a server to the cluster database fails.
• 388283 (Linux only). Multi-process mode is not supported.
• 390226. Unable to set the expiration for a session.
• 390276. Cannot run JSP other than from the document root directory.
• 391796.
getRealPath() does not work when using servlets. Note that if servlets reside outside
document root, with a mapping to access the servlets, then the following
contexts.properties property should be set for correct result with getRealPath():
context.global.realPathFromRequest=true
(Note: in a future release, setting this flag will not be needed).
• 393139. Server Certificates sometimes not properly migrated from NES 3.6 server.
• 393885. Translating JSP names that contain numbers to their
.java counterpart causes
exception.
• 393993.
HttpServletRequest.getCookies doesn't return any values when there is a cookie
with one name=value pair.
• 394323. SSL memory leak with client certificates.
• 394326. When SSL is configured to require a client certificate and iPlanet Web Server is running
in multi process mode, the SSL handshake can sometimes fail and require an iPlanet Web
Server restart.
• 394328 (HP-UX only). CGIs cause the server to core dump if using
SSLClientAuth
• 394330. Restrict access to Admin Server by IP or host fails.
• 394331. When enforcing stronger ciphers, the setting for "Reject access with file" isn't written to
the
obj.conf file.
• 394332. PageServices shows directory contents.
• 394333. SSJS debugger prints wrong line numbers.