On 06/21/2017 08:45 AM, William A Rowe Jr wrote:
Frankly I'd think scope should be defined as Global only,
even though it won't error out in these other cases. For
trunk, it would be good to lock this down and eliminate
the legacy 'support' of Define in sections.
+1.
Very long-term, I think it
On Wed, Jun 21, 2017 at 11:45 AM, William A Rowe Jr wrote:
>> It is not currently documented or rejected, but "Define" can't be
>> wrapped in any of the normal configuration sections (only ifdefine,
>> ifmodule, etc. can wrap it)
>> It is processed at startup only, not during request procesing.
>
On Wed, Jun 21, 2017 at 10:39 AM, Eric Covener wrote:
> On Fri, Jun 9, 2017 at 12:36 PM, Day, Chuck wrote:
>>Define locale1 fr-FR
>
> It is not currently documented or rejected, but "Define" can't be
> wrapped in any of the normal configuration sections (only ifdefine,
> ifmodule, etc. ca
On Fri, Jun 9, 2017 at 12:36 PM, Day, Chuck wrote:
>Define locale1 fr-FR
It is not currently documented or rejected, but "Define" can't be
wrapped in any of the normal configuration sections (only ifdefine,
ifmodule, etc. can wrap it)
It is processed at startup only, not during request pr
Hi Chuck,
2017-06-09 18:36 GMT+02:00 Day, Chuck :
> While trying to set a conditional parameter for the OpenIDC apache module,
> it seems the directive is not being respected at run-time. For example:
>
>
>
>
>
>Define locale1 fr-FR
>
>
>
>
>
>Define locale1 en-UK
>
>
>
> OIDC
While trying to set a conditional parameter for the OpenIDC apache module, it
seems the directive is not being respected at run-time. For example:
Define locale1 fr-FR
Define locale1 en-UK
OIDCAuthRequestParams locale=${locale1}
The value of locale is set to en-UK. Have tried