nsapi.h
to nsapi_pvt.h
. The data structures in nsapi_pvt.h
are now considered to be private data structures, and you should not write code that accesses them directly. Instead, use accessor functions. We expect that very few people have written plugins that access these data structures directly, so this change should have very little impact on existing customer-defined plugins. Look in nsapi_pvt.h
to see which data structures have been removed from the public domain and to see the accessor functions you can use to access them from now on.
Plugins written for server version 3.x that access contents of data structures defined in nsapi_pvt.h
will not be source compatible with iPlanet Web Server 4.1, that is, it will be necessary to #include "nsapi_pvt.h"
in order to build such plugins from source. There is also a small chance that these programs will not be binary compatible with iPlanet Web Server 4.1, because some of the data structures in nsapi_pvt.h
have changed size. In particular, the directive
structure is larger, which means that a plugin that indexes through the directives in a dtable
will not work without being rebuilt (with nsapi_pvt.h
included).
We hope that the majority of plugins do not reference the internals of data structures in nsapi_pvt.h
, and therefore that most plugins will be both binary and source compatible with iPlanet Web Server 4.1.
flex-rotate-init
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.flex-init
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.flex-init
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.util_cookie_find
in Chapter 5, "NSAPI Function Reference," in the NSAPI Programmer's Guide for iPlanet Web Server.ssl-check
in Chapter 3, "Predefined SAFs and the Request Handling Process" in the NSAPI Programmer's Guide for iPlanet Web Server.add-header
and add-footer
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.cache-init
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.cache-init
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.StrictHttpHeaders
directive in Appendix B, "Variables in magnus.conf," in the NSAPI Programmer's Guide for iPlanet Web Server.find-pathinfo
, pfx2dir
, and assign-name
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.assign-name
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.send-file
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.register-http-method
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.set-default-type
in Chapter 3, "Predefined SAFs and the Request Handling Process," in the NSAPI Programmer's Guide for iPlanet Web Server.Last Updated: 03/01/00 09:14:05
© Copyright © 2000 Sun Microsystems, Inc. Some preexisting portions Copyright © 2000 Netscape Communications Corp. All rights reserved.
[an error occurred while processing this directive]