This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
Version 0.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
inCache-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.
- Fix error about missing authentication with