Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Version 0.11.0

Compare
Choose a tag to compare
@olavmrk olavmrk released this 16 Sep 14:45
· 154 commits to master since this release
v0.11.0
  • Add SAML 2.0 ECP support.
  • The MellonDecode option has been disabled. It was used to decode attributes in a Feide-specific encoding that is no longer used.
  • Set max-age=0 in Cache-Control header, to ensure that all browsers verifies the data on each request.
  • MellonMergeEnvVars On now accepts second optional parameter, the separator to be used instead of the default ;.
  • Add option MellonEnvVarsSetCount to specify if the number of values for any attribute should also be stored in environment variable suffixed _N.
  • Add option MellonEnvVarsIndexStart to specify if environment variables for multi-valued attributes should start indexing with 0 (default) or with 1.
  • Bugfixes:
    • Fix error about missing authentication with DirectoryIndex in Apache 2.4.