Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In SP V3, this is achieved using the "new" since IIS7 interface.  This has significant benefits as detailed elsewhere, and also means that less configuration may be needed.

...

Existing installations will continue to use the old ISAPI based as documented here.  If you convert an existing site to use the new plugin (as described here) you should be aware that although the configuration is compatible, some defaults have changed and you will need to make changes to your applications to take advantage of the new plugin.

...

NameTypeDefaultDescription
normalizeRequestbooleantrueTo be Deprecated
safeHeaderNamesbooleanTBD

Causes all non-alphanumeric characters to be automatically removed from the names of all SP-controlled {{headers.

useVariablesbooleantrueControls whether attributes are passed the the application as Server Variables.
useHeadersbooleanfalseControls whether attributes are passed as HTTP Headers.
This setting should be avoided, but is present to provide a level of compatibility with applications developed against the old isapi_shib plugin.

...